Image Class

Methods | This Package | All Packages

Represents the base class for image classes such as Bitmap, Cursor, Metafile, and Icon.

package com.ms.wfc.ui

public abstract class Image
implements
IPersistable****

Remarks

The Image class is the base class for all WFC images, including icons, bitmaps, cursors, and metafiles. This object is based on an OLE IPicture object, which makes it possible for the Image object to handle a wider variety of image formats than are natively supported in Win32.