ImageGear for Java
insert Method
The zero-based index at which item should be inserted.
The object to insert.
Inserts an element into the ImGearXMPArray<T> at the specified index.
Syntax
public void insert( 
   int index,
   T item
)

Parameters

index
The zero-based index at which item should be inserted.
item
The object to insert.
See Also

Reference

ImGearXMPArray<T> Class
ImGearXMPArray<T> Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback