Click or drag to resize

FloatingScaleGetPath Method

Gets a copy of the cached path for the floating scale.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected GraphicsPath? GetPath(
	double minWidth
)

Parameters

minWidth  Double
The minimum width used when creating the path.

Return Value

GraphicsPath
A copy of the cached path.
See Also