Click or drag to resize

IGripManipulationHandleIsGripHit Method

Tests if the grip is hitted.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool IsGripHit(
	HitTestPointData hitData
)

Parameters

hitData  HitTestPointData
Hit point in world coordinates.

Return Value

Boolean
True if the grip is hitted; otherwise false.
See Also