Click or drag to resize

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.ScatterSymbols
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
Paths64 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

Paths64
The inner polygon in clipper coordinates.
See Also