Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FXBMPImage Class Reference

Microsoft Bitmap image.

#include <FXBMPImage.h>

Inheritance diagram for FXBMPImage:

FXImage FXDrawable FXId FXObject List of all members.

Public Methods

 FXBMPImage (FXApp *a, const void *pix=NULL, FXuint opts=0, FXint w=1, FXint h=1)
 Construct image from memory stream formatted in Microsoft BMP format.

virtual void savePixels (FXStream &store) const
 Save pixels into stream in Microsoft bitmap format.

virtual void loadPixels (FXStream &store)
 Load pixels from stream in Microsoft bitmap format.

virtual ~FXBMPImage ()
 Destroy icon.