AddGroupShape
Inhalt
[
Ausblenden
]AddGroupShape()
Erzeugt ein neues GroupShape und fügt es am Ende der Sammlung hinzu. Die Größe und Position des GroupShape-Rahmens werden an den Inhalt angepasst, wenn eine neue Form in das GroupShape eingefügt wird.
public IGroupShape AddGroupShape()
Rückgabewert
Erstelltes GroupShape-Objekt.
Siehe auch
- interface IGroupShape
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides
AddGroupShape(ISvgImage, float, float, float, float)
Erzeugt ein neues GroupShape, füllt es mit konvertierten Formen aus SVG und fügt es am Ende der Sammlung hinzu.
public IGroupShape AddGroupShape(ISvgImage svgImage, float x, float y, float width, float height)
Parameter | Typ | Beschreibung |
---|---|---|
svgImage | ISvgImage | Svg-Bildobjekt ISvgImage |
x | Single | Die X-Koordinate für die linke Seite des Formgruppenrahmens. |
y | Single | Die Y-Koordinate für die obere Seite des Formgruppenrahmens. |
width | Single | Die Breite der Formgruppe des Formgruppenrahmens. |
height | Single | Die Höhe einer Gruppe des Formgruppenrahmens. |
Rückgabewert
Erstelltes GroupShape-Objekt.
Siehe auch
- interface IGroupShape
- interface ISvgImage
- interface IShapeCollection
- namespace Aspose.Slides
- assembly Aspose.Slides