FloatingScaleGetPath Method |
Gets a copy of the cached path for the floating scale.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected GraphicsPath? GetPath(
double minWidth
)
Parameters
- minWidth Double
- The minimum width used when creating the path.
Return Value
GraphicsPathA copy of the cached path.
See Also