Removes a list item of the collection at the specified index.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Sub RemoveAt ( _
index As Integer _
)
public void RemoveAt(
int index
)
Type: System.Int32
An integer value specifying a zero-based index of the list item to remove.