​
​
​

Removes an object of the type Shape from the collection.

Remove(Drawing.Shape)

​public void Remove(Drawing.Shape shape);
​Public Sub Remove(shape As Drawing.Shape)

Parameters

Parameter Description
shape Specifies the shape to remove.
​