IShapeCollectionInsertClone Method |
Name | Description | |
---|---|---|
InsertClone(Int32, IShape) |
Inserts a copy of a specified shape to specified position of the collection.
X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the sourceShape.
| |
InsertClone(Int32, IShape, Single, Single) |
Inserts a copy of a specified shape to specified position of the collection.
Width and Height of the new shape are equal to Width and Height of the sourceShape.
| |
InsertClone(Int32, IShape, Single, Single, Single, Single) |
Inserts a copy of a specified shape to specified position of the collection.
|