imDibCreateSection

Creates a DIB section for drawing purposes. \n * Returns the bitmap that is also created. \n * "handle" is not allocated. \n * You cannot paste a DIB section from one application into another application. * \ingroup dib

version(IM && Windows)
extern (C) @nogc nothrow
imDibCreateSection
(
HDC hDC
,
HBITMAP* bitmap
,
int width
,
int height
,
int bpp
)

Meta