AddGroupShape
Contents
[
Hide
]AddGroupShape()
Creates a new empty group shape and adds it to the end of the shape collection. The group’s frame will automatically adjust to fit any shapes added to it.
public IGroupShape AddGroupShape()
Return Value
The newly created IGroupShape
.
See Also
- interface IGroupShape
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
AddGroupShape(ISvgImage, float, float, float, float)
Creates a new group shape, converts the specified SVG image into individual shapes, and adds the resulting group to the end of the shape collection.
public IGroupShape AddGroupShape(ISvgImage svgImage, float x, float y, float width, float height)
Parameter | Type | Description |
---|---|---|
svgImage | ISvgImage | The ISvgImage containing vector content to convert into shapes. |
x | Single | The x-coordinate of the group’s frame, in points. |
y | Single | The y-coordinate of the group’s frame, in points. |
width | Single | The width of the group’s frame, in points. |
height | Single | The height of the group’s frame, in points. |
Return Value
The newly created IGroupShape
.
See Also
- interface IGroupShape
- interface ISvgImage
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides