Remove

IShapeCollection.Remove method

Removes the first occurrence of a specific shape from the collection.

public void Remove(IShape shape)
ParameterTypeDescription
shapeIShapeThe shape to remove from the collection.

See Also