ImageList.getBitmap

Overview | Methods | This Package | All Packages

ImageList.getBitmap

Retrieves the specified image as a bitmap.

Syntax

public Bitmap getBitmap( int index )

Parameters

index

The zero-based index of the image to retrieve.

Return Value

Returns a Bitmap object that represents the image to retrieve. The returned image is a copy of the original image.