CGDIBitmap::CGDIBitmap
CGDIBitmap::CGDIBitmap(intnWidth, intnHeight, UINTnPlanes, UINTnBitcount, const void*lpBits)
Creation constructor. Takes the parameters necessary to create a GDI pen object and attaches it to the new instance.
Defined in: GDIObjects.h
Parameters
nWidth
Bitmap width.
nHeight
Bitmap height.
nPlanes
Number of planes.
nBitcount
Number of elements in lpBits
lpBits
Array of bits.