Ungroup
ShapeCollection.Ungroup method
يفك تجميع عناصر الشكل.
public void Ungroup(GroupShape group)
معامل | يكتب | وصف |
---|---|---|
group | GroupShape | شكل المجموعة. |
ملاحظات
إذا تم تجميع شكل المجموعة بواسطة شكل مجموعة آخر ، فلن يتم فعل أي شيء.
أمثلة
[C#]
// إضافة الشكل الأول
shapes.AddRectangle(2, 0, 2, 0, 50, 50);
// أضف الشكل الثاني
shapes.AddRectangle(6, 0, 2, 0, 30, 30);
//مجموعة
Shape[] shapesArr = new Shape[] { shapes[0], shapes[1] };
GroupShape groupShape = shapes.Group(shapesArr);
// فك التجميع
shapes.Ungroup(groupShape);
أنظر أيضا
- class GroupShape
- class ShapeCollection
- مساحة الاسم Aspose.Cells.Drawing
- المجسم Aspose.Cells