AddPictureFrame()
Contents
[
Hide
]IShapeCollection::AddPictureFrame(ShapeType, float, float, float, float, System::SharedPtr<IPPImage>) method
Creates a new PictureFrame and adds it to the end of the collection.
virtual System::SharedPtr<IPictureFrame> Aspose::Slides::IShapeCollection::AddPictureFrame(ShapeType shapeType, float x, float y, float width, float height, System::SharedPtr<IPPImage> image)=0
Arguments
Parameter | Type | Description |
---|---|---|
shapeType | ShapeType | The shape contained in the set ShapeType of shapes, except all sorts of lines: |
ShapeType::StraightConnector1,
ShapeType::CurvedConnector5. | | x | float | The X-coordinate for a left side of shape’s frame. | | y | float | The Y-coordinate for a top side of shape’s frame. | | width | float | The width of shape’s frame. | | height | float | The height of shape’s frame. | | image | System::SharedPtr<IPPImage> | The image of picture frame. |
Return Value
Created PictureFrame object.
See Also
- Enum ShapeType
- Typedef SharedPtr
- Class IPictureFrame
- Class IPPImage
- Class IShapeCollection
- Namespace Aspose::Slides
- Library Aspose.Slides