Remove

ShapeCollection.Remove method

Removes the first occurrence of the specified shape from the shape collection.

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

See Also