AxisLineStyleGetObjectPath Method |
Gives the path which encloses the axis line only.
Namespace: Altaxo.Graph.Gdi.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual GraphicsPath GetObjectPath(
IPlotArea layer,
bool withTicks
)
Parameters
- layer IPlotArea
- The plot layer that provides the axis geometry.
- withTicks Boolean
- If true, the selection path is not only drawn around the axis, but around the axis and the ticks.
Return Value
GraphicsPathThe graphics path of the axis line.
See Also