InsertClone()
Contents
[
Hide
]IShapeCollection::InsertClone(int32_t, System::SharedPtr<IShape>, float, float, float, float) method
Inserts a copy of a specified shape to specified position of the collection.
virtual System::SharedPtr<IShape> Aspose::Slides::IShapeCollection::InsertClone(int32_t index, System::SharedPtr<IShape> sourceShape, float x, float y, float width, float height)=0
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | Index of new shape. |
sourceShape | System::SharedPtr<IShape> | Shape to clone. |
x | float | X coordinate of a new shape. |
y | float | Y coordinate of a new shape. |
width | float | Width of a new shape. |
height | float | Height of a new shape. |
Return Value
Inserted shape.
IShapeCollection::InsertClone(int32_t, System::SharedPtr<IShape>, float, float) method
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 .
virtual System::SharedPtr<IShape> Aspose::Slides::IShapeCollection::InsertClone(int32_t index, System::SharedPtr<IShape> sourceShape, float x, float y)=0
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | Index of new shape. |
sourceShape | System::SharedPtr<IShape> | Shape to clone. |
x | float | X coordinate of a new shape. |
y | float | Y coordinate of a new shape. |
Return Value
Inserted shape.
IShapeCollection::InsertClone(int32_t, System::SharedPtr<IShape>) method
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 .
virtual System::SharedPtr<IShape> Aspose::Slides::IShapeCollection::InsertClone(int32_t index, System::SharedPtr<IShape> sourceShape)=0
Arguments
Parameter | Type | Description |
---|---|---|
index | int32_t | Index of new shape. |
sourceShape | System::SharedPtr<IShape> | Shape to clone. |
Return Value
Inserted shape.
See Also
- Typedef SharedPtr
- Class IShape
- Class IShapeCollection
- Namespace Aspose::Slides
- Library Aspose.Slides