Group
ShapeCollection.Group method
Gruppieren Sie die Formen.
public GroupShape Group(Shape[] groupItems)
Parameter | Typ | Beschreibung |
---|---|---|
groupItems | Shape[] | die Gruppenartikel. |
Rückgabewert
Geben Sie die Gruppenform zurück.
Bemerkungen
Die Form in den groupItems sollte nicht gruppiert werden. Die Form muss in dieser Shapes-Sammlung sein.
Beispiele
[C#]
// erste Form hinzufügen
shapes.AddRectangle(2, 0, 2, 0, 50, 50);
// zweite Form hinzufügen
shapes.AddRectangle(6, 0, 2, 0, 30, 30);
Shape[] shapesArr = new Shape[] { shapes[0], shapes[1] };
GroupShape groupShape = shapes.Group(shapesArr);
Siehe auch
- class GroupShape
- class Shape
- class ShapeCollection
- namensraum Aspose.Cells.Drawing
- Montage Aspose.Cells