GetDesktopScreenGraphMemImage

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

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

Meta