AddGroupShape

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


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)  
ParameterTypBeschreibung
svgImageISvgImageSvg-Bildobjekt ISvgImage
xSingleDie X-Koordinate für die linke Seite des Formgruppenrahmens.
ySingleDie Y-Koordinate für die obere Seite des Formgruppenrahmens.
widthSingleDie Breite der Formgruppe des Formgruppenrahmens.
heightSingleDie Höhe einer Gruppe des Formgruppenrahmens.

Rückgabewert

Erstelltes GroupShape-Objekt.

Siehe auch