ShapeList
ToArray Method (Int32, Int32)
|
Creates and returns an array with all shapes from the specified range in it.
An index of a first shape to return.A number of shapes to return.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public IShape[] ToArray(
int startIndex,
int count
)
Public Function ToArray (
startIndex As Integer,
count As Integer
) As IShape()
public:
array<IShape^>^ ToArray(
int startIndex,
int count
)
member ToArray :
startIndex : int *
count : int -> IShape[]
Parameters
-
startIndex
-
Type:
System
Int32
-
count
-
Type:
System
Int32
Return Value
Type:
IShape
Array of
Shape
See Also