Click or drag to resize

AxisLabelStyleHitTest(IPlotArea, PointD2D) Method

Performs a point-based hit test on the painted labels.

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,
	PointD2D pt
)

Parameters

layer  IPlotArea
The plot layer.
pt  PointD2D
The point to test.

Return Value

IHitTestObject
A hit test object if the point hits a label; otherwise, null.
See Also