Click or drag to resize

FrameBaseGetCopyOfClipperPolygon 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.Frames
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public abstract 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.

Implements

IScatterSymbolFrameGetCopyOfClipperPolygon(Double, Paths64)
See Also