Click or drag to resize

AxisLineStyleGetSelectionPath Method

Gives the path where the hit test is successfull.

Namespace: Altaxo.Graph.Gdi.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual GraphicsPath GetSelectionPath(
	IPlotArea layer,
	bool withTicks
)

Parameters

layer  IPlotArea

[Missing <param name="layer"/> documentation for "M:Altaxo.Graph.Gdi.Axis.AxisLineStyle.GetSelectionPath(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 selection rectangle.
See Also