IGripManipulationHandleIsGripHit Method |
Tests if the grip is hitted.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool IsGripHit(
HitTestPointData hitData
)
Parameters
- hitData HitTestPointData
- Hit point in world coordinates.
Return Value
BooleanTrue if the grip is hitted; otherwise false.
See Also