[DllImport("gdi32.dll")]
static extern IntPtr CreateBitmap(int nWidth, int nHeight, uint cPlanes,
uint cBitsPerPel, IntPtr lpvBits);
None.
None.
Please add some!
Please add some!
The System.Drawing.Bitmap constructor, although it creates a DIB rather than a DDB.