Click or drag to resize

AxisLabelStyleHitTest Method

Performs hit testing against the cached label outlines.

Namespace: Altaxo.Graph.Graph3D.Axis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IHitTestObject? HitTest(
	HitTestPointData hitData
)

Parameters

hitData  HitTestPointData
The hit-test data.

Return Value

IHitTestObject
The matching hit-test object, or .
See Also