Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.