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

IControlPointsProvider.ClickPoint Method

Performs a click of a control point.

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

Syntax

Visual Basic
Sub ClickPoint ( _
	index As Integer _
)
C#
void ClickPoint(
	int index
)

Parameters

index

Type: System.Int32

Index of the point to click in the ControlPoints collection.

Remarks

No need to use this method directly. It is called by a host control.

See Also

Reference