Performs a click of a control point.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Sub ClickPoint ( _ index As Integer _ )
void ClickPoint( int index )
Type: System.Int32
Index of the point to click in the ControlPoints collection.No need to use this method directly. It is called by a host control.