Featured classes
net.rim.device.api.system.Bitmap
This class represents a Bitmap image that can be displayed on the BlackBerry® device. The Bitmap class provides the scaleInto() method that scales the Bitmap image and stores the scaled image in the Bitmap object that is passed in as a parameter. The scaleInto() method takes parameters that you can use to preserve the aspect ratio of the image, and specify filters to reduce the pixelation of the scaled image.
The sample application uses the scaleInto() method to create scaled Bitmap images with different filters and aspect ratios.
Next topic: Files in the sample application
Previous topic: Overview