ShapeCollectionAddClone Method |
Name | Description | |
---|---|---|
![]() | AddClone(IShape) |
Adds a copy of a specified shape to the end of the collection.
X, Y, Width and Height of the new shape are equal to X, Y, Width and Height of the sourceShape.
|
![]() | AddClone(IShape, Single, Single) |
Adds a copy of a specified shape to the end of the collection.
Width and Height of the new shape are equal to Width and Height of the sourceShape.
|
![]() | AddClone(IShape, Single, Single, Single, Single) |
Adds a copy of a specified shape to the end of the collection.
|