Click or drag to resize

AxisLineStyleGetObjectPath Method

Gives the path which encloses the axis line only.

Namespace: Altaxo.Graph.Gdi.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

GraphicsPath
The graphics path of the axis line.
See Also