{description}
{excerpt}Removes the specified [Shape|Shape] object from the collection. If the specified {{Shape}} object does not exist in the collection, no change is made.{excerpt}
{signature:C#}
 public void Remove(Shape shape)
{signature}{signature:vb.net}
Public Sub Remove(ByVal shape As Shape)
{signature}
{parameters}
{param:shape}The {{Shape}} object to remove from the collection.{param}