Click or drag to resize

ClosedSymbolBaseGetCopyOfOuterPolygon Method

Gets a copy of the outer symbol shape as polygon(s).

Namespace: Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract List<List<IntPoint>> GetCopyOfOuterPolygon()

Return Value

ListListIntPoint
Polygon(s) of the outer symbol shape.
See Also