imDibCreateReference

Creates a DIB using an already allocated memory. \n * "bmi" must be a pointer to BITMAPINFOHEADER. \n * "bits" can be NULL if it is inside "bmi" after the palette. \n * "handle" is not allocated. buffer will point to bmi. * \ingroup dib

version(IM && Windows)
extern (C) @nogc nothrow
imDibCreateReference
(
BYTE* bmi
,
BYTE* bits
)

Meta