AxisLineStyleGetObjectPath Method |
Gives the path which encloses the axis line only.
Namespace: Altaxo.Graph.Gdi.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual GraphicsPath GetObjectPath(
IPlotArea layer,
bool withTicks
)
Parameters
- layer IPlotArea
[Missing <param name="layer"/> documentation for "M:Altaxo.Graph.Gdi.Axis.AxisLineStyle.GetObjectPath(Altaxo.Graph.Gdi.IPlotArea,System.Boolean)"]
- 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