Removes the specified Shape object from the collection. If the specified Shape object does not exist in the collection, no change is made.

 public void Remove(Shape shape)
Public Sub Remove(ByVal shape As Shape)

The Shape object to remove from the collection.