OpenSymbolBaseGetCopyOfOuterPolygon Method |
Gets a copy of the outer symbol shape as polygon(s).
Namespace: Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbolsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract List<List<IntPoint>> GetCopyOfOuterPolygon(
double relativeStructureWidth
)
Parameters
- relativeStructureWidth Double
[Missing <param name="relativeStructureWidth"/> documentation for "M:Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols.OpenSymbolBase.GetCopyOfOuterPolygon(System.Double)"]
Return Value
ListListIntPointPolygon(s) of the outer symbol shape.
See Also