Methods | This Package | All Packages

Bitmap Class

Encapsulates a Windows bitmap.

Image
  |
  +--Bitmap

package com.ms.wfc.ui

public class Bitmap
extends
Image
implements
IPersistable

Remarks

You can use the methods supported by the Bitmap class to load bitmap images from disk files or to create bitmaps in memory. This object also supports methods that enable you to specify certain colors in a bitmap as transparent so that they are not rendered when the bitmap is drawn.