Click or drag to resize

ScatterPlotStyleToPointFArray Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.ScatterPlotStyle.ToPointFArray(System.Collections.Generic.List{ClipperLib.IntPoint},System.Double)"]


Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static PointF[] ToPointFArray(
	List<IntPoint> list,
	double symbolSize
)

Parameters

list  ListIntPoint

[Missing <param name="list"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.ScatterPlotStyle.ToPointFArray(System.Collections.Generic.List{ClipperLib.IntPoint},System.Double)"]

symbolSize  Double

[Missing <param name="symbolSize"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.ScatterPlotStyle.ToPointFArray(System.Collections.Generic.List{ClipperLib.IntPoint},System.Double)"]

Return Value

PointF

[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.ScatterPlotStyle.ToPointFArray(System.Collections.Generic.List{ClipperLib.IntPoint},System.Double)"]

See Also