Click or drag to resize

GraphicBasePathNodeGripHandleMoveGrip Method

Moves the grip to the new position.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void MoveGrip(
	HitTestPointData newPosition
)

Parameters

newPosition  HitTestPointData
The new position (of the mouse).

Implements

IGripManipulationHandleMoveGrip(HitTestPointData)
See Also