DeleteShape
ShapeCollection.DeleteShape method
Eliminar una forma. Si la forma está en el grupo o es una forma de comentario, no se eliminará.
public void DeleteShape(Shape shape)
Parámetro | Escribe | Descripción |
---|---|---|
shape | Shape |
Ejemplos
[C#]
//añadir primera forma
Shape firstShape = shapes.AddRectangle(2, 0, 2, 0, 50, 50);
//añadir segunda forma
Shape secondShape = shapes.AddRectangle(6, 0, 2, 0, 30, 30);
//borrar
shapes.DeleteShape(firstShape);
Ver también
- class Shape
- class ShapeCollection
- espacio de nombres Aspose.Cells.Drawing
- asamblea Aspose.Cells