ShapeList
AddShape Method
|
Add a shape to collection from slide.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void AddShape(
Shape shape
)
Public Sub AddShape (
shape As Shape
)
public:
void AddShape(
Shape^ shape
)
member AddShape :
shape : Shape -> unit
Parameters
-
shape
-
Type:
Spire.Presentation
Shape
See Also