imImageLoadFromResource

Creates an imImage from a RCDATA in the executable/dll resources. (Since 3.9) \n * module can be NULL, it will use GetModuleHandle(NULL). \n * name is the name of the resource. If using IDs, then can be obtained from MAKEINTRESOURCE(id). \n * index is the image index in the file, 0 will return the first image. * \ingroup dib

version(IM && Windows)
extern (C) @nogc nothrow
imImageLoadFromResource
(
HMODULE module_
,
LPCTSTR name
,
int index
,
int* error
)

Meta