Click or drag to resize

LowerAndUpperTriangleInsetGetCopyOfClipperPolygon Method

Gets a copy of the inset polygon in clipper coordinates.

Namespace: Altaxo.Graph.Graph2D.Plot.Styles.ScatterSymbols.Insets
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override Paths64 GetCopyOfClipperPolygon(
	double relativeWidth
)

Parameters

relativeWidth  Double
The inset width relative to the symbol size.

Return Value

Paths64
The inset polygon in clipper coordinates.

Implements

IScatterSymbolInsetGetCopyOfClipperPolygon(Double)
See Also