AddGroupShape
Contents
[
Hide
]AddGroupShape()
Creates a new GroupShape and adds it to the end of the collection. GroupShape frame size and position will be fitted to content when new shape will be added into the GroupShape.
public IGroupShape AddGroupShape()
Return Value
Created GroupShape object.
See Also
- interface IGroupShape
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
AddGroupShape(ISvgImage, float, float, float, float)
Creates a new GroupShape, fills it with converted shapes from SVG and adds it to the end of the collection.
public IGroupShape AddGroupShape(ISvgImage svgImage, float x, float y, float width, float height)
Parameter | Type | Description |
---|---|---|
svgImage | ISvgImage | Svg image object ISvgImage |
x | Single | The X coordinate for the left side of the shape group frame. |
y | Single | The Y coordinate for the top side of the shape group frame. |
width | Single | The width of the group of the shape group frame. |
height | Single | The height of a group of the shape group frame. |
Return Value
Created GroupShape object.
See Also
- interface IGroupShape
- interface ISvgImage
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides