GetDesktopScreenGraphMemImage

デスクトップ画面から指定領域の画像のメモリイメージの先頭アドレスとイメージの幅・高さ・ストライドを取得する(イメージのフォーマットはColorBitDepth = 32(バイト順でB8G8R8X8の32bitカラー) ColorBitDepth = 24(バイト順でB8G8R8の24bitカラー))

version(Windows && !DX_NOTUSE_DRAWFUNCTION)
nothrow @nogc extern (C++, DxLib) extern
void*
GetDesktopScreenGraphMemImage
(
int x1
,
int y1
,
int x2
,
int y2
,
int* Width
,
int* Height
,
int* Stride
,
int ColorBitDepth = 32
)

Meta