Insert Method (ShapeCollection)
In This Topic
Inserts a new 100 x 100 points
GeometryType.Rectangle Shape into this collection at a specified location.
Overload List
Overload | Description |
Insert(InsertLocation) | Inserts a new 100 x 100 points GeometryType.Rectangle Shape into this collection at a specified location. |
Insert(Single,Single,InsertLocation) | Inserts a new GeometryType.Rectangle Shape with a specified size into this collection at a specified location. |
Insert(Single,Single,GeometryType,InsertLocation) | Inserts a new Shape with a specified size and geometry into this collection at a specified location. |
Insert(Single,Single,String,InsertLocation) | Inserts a new GeometryType.Rectangle Shape with a specified size and text into this collection at a specified location. |
Insert(Single,Single,String,GeometryType,InsertLocation) | Inserts a new Shape with a specified size, text and geometry into this collection at a specified location. |
See Also