Group
ShapeCollection.Group method
Şekilleri gruplayın.
public GroupShape Group(Shape[] groupItems)
Parametre | Tip | Tanım |
---|---|---|
groupItems | Shape[] | grup öğeleri. |
Geri dönüş değeri
Grup şeklini döndür.
Notlar
groupItems içindeki şekil gruplandırılmamalıdır. Şekil bu Shapes koleksiyonunda olmalıdır.
Örnekler
[C#]
//ilk şekli ekle
shapes.AddRectangle(2, 0, 2, 0, 50, 50);
// ikinci şekli ekle
shapes.AddRectangle(6, 0, 2, 0, 30, 30);
Shape[] shapesArr = new Shape[] { shapes[0], shapes[1] };
GroupShape groupShape = shapes.Group(shapesArr);
Ayrıca bakınız
- class GroupShape
- class Shape
- class ShapeCollection
- ad alanı Aspose.Cells.Drawing
- toplantı Aspose.Cells