ScatterPlotStyleToPointFArray Method |
Converts a Clipper polygon to GDI points for the specified symbol size.
Namespace: Altaxo.Graph.Gdi.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static PointF[] ToPointFArray(
List<Point64> list,
double symbolSize
)
Parameters
- list ListPoint64
- The polygon points.
- symbolSize Double
- The symbol size.
Return Value
PointFThe converted points.
See Also