PyGdiHANDLE = CreateBitmap(width, height
, cPlanes
, cBitsPerPixel
, bitmap bits
)
Creates a bitmap
Parameters
width : int
bitmap width, in pixelsheight : int
bitmap height, in pixelscPlanes : int
number of color planescBitsPerPixel : int
number of bits to identify colorbitmap bits : None
Must be None