IScatterSymbolFrameGetCopyOfClipperPolygon Method |
Gets a copy of the inner polygon that remains after applying the frame width to an outer polygon.
Namespace: Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbolsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
SyntaxPaths64 GetCopyOfClipperPolygon(
double relativeWidth,
Paths64 outerPolygon
)
Parameters
- relativeWidth Double
- The frame width relative to the symbol size.
- outerPolygon Paths64
- The outer polygon of the symbol.
Return Value
Paths64The inner polygon in clipper coordinates.
See Also