Overview | Methods | This Package | All Packages
Retrieves the specified image.
Syntax
public Image getImage( int index )
Parameters
index
The zero-based index of the image to retrieve.
Return Value
Returns an Image object that represents the image to retrieve. The returned Image object contains a reference to the original image in the image list and will reflect changes made to the original image.