Adds an object of the type Shape to the collection.
public int Add(Drawing.Shape shape);Public Function Add(shape As Drawing.Shape) As Integerpublic int Add(Drawing.Shape shape, Drawing.ShapeCollection.AddStyle addStyle);Public Function Add(shape As Drawing.Shape, addStyle As Drawing.ShapeCollection.AddStyle) As Integer| Parameter | Description |
|---|---|
| shape | Specifies the shape. |
| add |
Specifies style how to add the shape to the collection. |