Removes the first occurrence of a specific object from the collection.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public Sub Remove ( _ value As Object _ )
public void Remove( Object value )
Type: System.Object
An object to remove from the collection.The value can be a null reference.