IGripManipulationHandleIsGripHit Method |
Tests whether the grip is hit.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxbool IsGripHit(
HitTestPointData hitData
)
Parameters
- hitData HitTestPointData
- Hit point in world coordinates.
Return Value
Booleantrue if the grip is hit; otherwise,
false.
See Also