Append an array to the current array.
The array to append.
1 if successful, otherwise an error code.
Copy from an array.
The array to copy from.
Destroy the current object.
Find the index of the element.
Get the Rect object at the specified index.
Get the number of elements in the array.
Return the number of elements in the array.
Gets the upper bound in the array, actually the maximum valid index.
Return the upper bound in the array.
Insert an element.
OptionaloptionsRemove all elements from the array.
Remove an element by specified index.
The index of the element to remove.
The number of elements to remove.
Set the Rect object at the specified index.
Changes the allocated size and the growing amount.
The new size in elements expected.
The number of elements to grow by.
Add an Rect object to the array.