IScatterSymbolCalculatePolygons Method |
Calculates the polygons of the outer frame, the inner frame, and the inset.
Namespace: Altaxo.Graph.Graph2D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxvoid 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).
See Also