Bitmap Class Reference

Inheritance diagram for Bitmap:

GDIObject wxObject IDisposable Cursor Icon

List of all members.

Public Member Functions

 this ()
 this (Image image)
 this (Image image, int depth)
 this (string name)
 this (string name, BitmapType type)
 this (int width, int height)
 this (int width, int height, int depth)
 this (Bitmap bitmap)
 this (IntPtr wxobj)
Image ConvertToImage ()
int Height ()
void Height (int value)
bool LoadFile (string name, BitmapType type)
bool SaveFile (string name, BitmapType type)
bool SaveFile (string name, BitmapType type, Palette palette)
int Width ()
void Width (int value)
virtual bool Ok ()
int Depth ()
void Depth (int value)
Bitmap GetSubBitmap (Rectangle rect)
Mask mask ()
void mask (Mask value)
Palette palette ()
Palette ColourMap ()
bool CopyFromIcon (Icon icon)

Static Public Member Functions

static wxObject New (IntPtr ptr)

Static Public Attributes

static Bitmap wxNullBitmap


Constructor & Destructor Documentation

this (  ) 

Reimplemented in Icon.

this ( Image  image  ) 

this ( Image  image,
int  depth 
)

this ( string  name  ) 

Reimplemented in Icon.

this ( string  name,
BitmapType  type 
)

Reimplemented in Icon.

this ( int  width,
int  height 
)

this ( int  width,
int  height,
int  depth 
)

this ( Bitmap  bitmap  ) 

this ( IntPtr  wxobj  ) 

Reimplemented from GDIObject.

Reimplemented in Cursor, and Icon.


Member Function Documentation

Image ConvertToImage (  ) 

int Height (  ) 

void Height ( int  value  ) 

bool LoadFile ( string  name,
BitmapType  type 
)

bool SaveFile ( string  name,
BitmapType  type 
)

bool SaveFile ( string  name,
BitmapType  type,
Palette  palette 
)

int Width (  ) 

void Width ( int  value  ) 

virtual bool Ok (  ) 

Reimplemented in Cursor.

int Depth (  ) 

void Depth ( int  value  ) 

Bitmap GetSubBitmap ( Rectangle  rect  ) 

Mask mask (  ) 

void mask ( Mask  value  ) 

Palette palette (  ) 

Palette ColourMap (  ) 

bool CopyFromIcon ( Icon  icon  ) 

static wxObject New ( IntPtr  ptr  )  [static]


Member Data Documentation

Bitmap wxNullBitmap [static]


The documentation for this class was generated from the following file:
Generated on Sun Feb 1 21:30:22 2009 for wxD by  doxygen 1.5.4