ISlide
GroupShapes Method
|
Combine multiple shape together.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
GroupShape GroupShapes(
ArrayList shapeList
)
Function GroupShapes (
shapeList As ArrayList
) As GroupShape
GroupShape^ GroupShapes(
ArrayList^ shapeList
)
abstract GroupShapes :
shapeList : ArrayList -> GroupShape
Parameters
-
shapeList
-
Type:
System.Collections
ArrayList
Return Value
Type:
GroupShape
See Also