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

VObject.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
Public Sub ClickPoint ( _
	index As Integer _
)
C#
public void ClickPoint(
	int index
)

Parameters

index

Type: System.Int32

Index of the point to click in the ControlPoints collection.

Remarks

There is no need to use this method directly. It its called by a host control.

See Also

Reference