Click or drag to resize

GraphicBaseMovementGripHandleIsGripHit Method

Tests whether the grip is hit.

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

Parameters

hitData  HitTestPointData
Hit point in world coordinates.

Return Value

Boolean
true if the grip is hit; otherwise, false.

Implements

IGripManipulationHandleIsGripHit(HitTestPointData)
See Also