AxisLabelStyleHitTest Method |
Performs hit testing against the cached label outlines.
Namespace: Altaxo.Graph.Graph3D.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic IHitTestObject? HitTest(
HitTestPointData hitData
)
Parameters
- hitData HitTestPointData
- The hit-test data.
Return Value
IHitTestObjectThe matching hit-test object, or
.
See Also