This documentation is for the old version. Go to the latest Graphics Mill docs

IControlPointsProvider.DragPoint Method

Moves a control point to a new position.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Sub DragPoint ( _
	index As Integer, _
	newPosition As PointF _
)
C#
void DragPoint(
	int index,
	PointF newPosition
)

Parameters

index

Type: System.Int32

Index of the point to drag in the ControlPoints collection.
newPosition

Type: System.Drawing.PointF

Destination coordinates of the control point.

See Also

Reference

Manual