D3DKMT_MOVE_RECT構造体 (d3dkmdt.h)
画面間移動とダーティ四角形のコピー操作に関する情報を提供します。
構文
typedef struct _D3DKMT_MOVE_RECT {
POINT SourcePoint;
RECT DestRect;
} D3DKMT_MOVE_RECT;
メンバー
SourcePoint
ソース四角形のコピー元のソース (x、y) ポイントを表す POINT 構造体。
DestRect
ダーティの四角形のコピー先となる四角形を含む RECT 構造体。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 8 |
サポートされている最小のサーバー | Windows Server 2012 |
Header | d3dkmdt.h |