Removes the layer at the specified index of the collection.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public Sub RemoveAt ( _ index As Integer _ )
public void RemoveAt( int index )
Type: System.Int32
The zero-based index of the layer to remove.