RemoveShapes

Figure.RemoveShapes method

Removes a range of shapes from the figure.

public void RemoveShapes(Shape[] shapes)
ParameterTypeDescription
shapesShape[]The shapes range to remove.

See Also