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