OpenSymbolBaseCalculatePolygons Method |
Calculates the polygons of the outer frame, the inner frame, and the inset.
Namespace: Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbolsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void CalculatePolygons(
double? relativeStructureWidth,
out Paths64?? framePolygon,
out Paths64?? insetPolygon,
out Paths64?? fillPolygon
)
Parameters
- relativeStructureWidth NullableDouble
- The relative width of the internal structures, e.g. the frame, relative to the symbol size.
If this argument is null, the value of this instance (RelativeStructureWidth) will be used.
- framePolygon Paths64
- On return: the frame polygon (null if no frame present).
- insetPolygon Paths64
- On return: the inset polygon (null if no inset present).
- fillPolygon Paths64
- On return: the fill polygon (null if no fill shape present).
Implements
IScatterSymbolCalculatePolygons(NullableDouble, Paths64, Paths64, Paths64)
See Also