DeleteShape
ShapeCollection.DeleteShape method
حذف شكل. إذا كان الشكل في المجموعة أو كان شكل تعليق ، فلن يتم حذفه.
public void DeleteShape(Shape shape)
معامل | يكتب | وصف |
---|---|---|
shape | Shape |
أمثلة
[C#]
// إضافة الشكل الأول
Shape firstShape = shapes.AddRectangle(2, 0, 2, 0, 50, 50);
// أضف الشكل الثاني
Shape secondShape = shapes.AddRectangle(6, 0, 2, 0, 30, 30);
// ديل
shapes.DeleteShape(firstShape);
أنظر أيضا
- class Shape
- class ShapeCollection
- مساحة الاسم Aspose.Cells.Drawing
- المجسم Aspose.Cells