Click or drag to resize

ScatterPlotStyleToPointFArray Method

Converts a Clipper polygon to GDI points for the specified symbol size.

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

Parameters

list  ListPoint64
The polygon points.
symbolSize  Double
The symbol size.

Return Value

PointF
The converted points.
See Also