Click or drag to resize

AxisLineStyleHitTest(IPlotArea, HitTestRectangularData, Boolean) Method

Performs a rectangular hit test on the axis line.

Namespace: Altaxo.Graph.Gdi.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual IHitTestObject? HitTest(
	IPlotArea layer,
	HitTestRectangularData hitData,
	bool withTicks
)

Parameters

layer  IPlotArea
The plot layer.
hitData  HitTestRectangularData
The rectangular hit test data.
withTicks  Boolean
If set to true, ticks are included in the hit test region.

Return Value

IHitTestObject
A hit test object if the rectangle covers the axis; otherwise, null.
See Also