Creates and returns an array with all shapse in it.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public IShape[] ToArray()
Public Function ToArray As IShape()
public:
array<IShape^>^ ToArray()
member ToArray : unit -> IShape[]
Return Value
Type:
IShape
Array of
Shape
See Also