ImageGear for Java
toArray() Method
Returns an array containing all of the elements in this list in proper sequence (from first to last element).

The returned array will be "safe" in that no references to it are maintained by this list. (In other words, this method must allocate a new array even if this list is backed by an array). The caller is thus free to modify the returned array.

This method acts as bridge between array-based and collection-based APIs.

Syntax
public java.lang.Object[] toArray()

Return Value

an array containing all of the elements in this list in proper sequence
See Also

Reference

ImGearLayerArray Class
ImGearLayerArray Members
Overload List

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback