Click or drag to resize

GraphicBasePathNodeGripHandleMoveGrip Method

Moves the grip to the specified position.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void MoveGrip(
	PointD2D newPosition
)

Parameters

newPosition  PointD2D
The new grip position.

Implements

IGripManipulationHandleMoveGrip(PointD2D)
See Also