PyCBitmap Object

A bitmap class, derived from a PyCGdiObject.

Methods

CreateCompatibleBitmap
Creates a bitmap compatible with the specified device context. 

GetSize
Gets the size of the bitmap object, in pixels. 

GetHandle
Returns the HBITMAP for a bitmap. 

LoadBitmap
Loads a bitmap from a DLL object. 

LoadBitmapFile
Loads a bitmap from a file object. 

LoadPPMFile
Loads a bitmap from a file object containing a PPM format bitmap. 

Paint
Paints a bitmap to a windows DC. 

GetInfo
Returns the BITMAP structure info. 

GetBitmapBits
Returns the bitmap bits. 

SaveBitmapFile
Saves a bitmap to a file. sentinel