Click or drag to resize

GraphicBasePathNodeGripHandleIsGripHit Method

Determines whether the grip is hit by the current mouse position.

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

Parameters

mousePosition  HitTestPointData
The mouse position (hit ray).

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Graph.Graph3D.Shapes.GraphicBase.PathNodeGripHandle.IsGripHit(Altaxo.Graph.Graph3D.HitTestPointData)"]

Implements

IGripManipulationHandleIsGripHit(HitTestPointData)
See Also