Gets a control point by the specified index.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public ReadOnly Default Property Item ( _ index As Integer _ ) As ControlPoint
public ControlPoint this[ int index ] { get; }
Type: System.Int32
A zero-based index of the control point to retrieve.