AddGroupShape

AddGroupShape()

Erstellt eine neue GroupShape und fügt sie am Ende der Sammlung hinzu. Größe und Position des GroupShape-Rahmens werden an den Inhalt angepasst, wenn eine neue Form zur GroupShape hinzugefügt wird.

public IGroupShape AddGroupShape()

Rückgabewert

Erstelltes GroupShape-Objekt.

Siehe auch


AddGroupShape(ISvgImage, float, float, float, float)

Erstellt eine neue GroupShape, füllt sie mit konvertierten Formen aus SVG und fügt sie am Ende der Sammlung hinzu.

public IGroupShape AddGroupShape(ISvgImage svgImage, float x, float y, float width, float height)
ParameterTypBeschreibung
svgImageISvgImageSVG-BildobjektISvgImage
xSingleDie X-Koordinate für die linke Seite des Formgruppenrahmens.
ySingleDie Y-Koordinate für die obere Seite des Formgruppenrahmens.
widthSingleDie Breite der Gruppe des Formgruppenrahmens.
heightSingleDie Höhe einer Gruppe des Formgruppenrahmens.

Rückgabewert

Erstelltes GroupShape-Objekt.

Siehe auch