toArray
toArray() function
Creates and returns an array with all slides in it.
Result
toArray(int startIndex, int count) function
Creates and returns an array with all slides from the specified range in it.
Parameters
Name | Type | Description |
---|---|---|
startIndex | int | An index of a first slide to add. |
count | int | A number of slides to add. |