AxisLineStyleHitTest Method |
Performs hit testing against the axis line or its tick lines.
Namespace: Altaxo.Graph.Graph3D.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic IHitTestObject? HitTest(
HitTestPointData hitData,
bool testTickLines
)
Parameters
- hitData HitTestPointData
- The hit-test data.
- testTickLines Boolean
- If set to , tick lines are tested instead of the main axis line.
Return Value
IHitTestObjectThe hit-test object if a hit was found; otherwise,
.
See Also