D3D10_DDI_BOX 結構 (d3d10umddi.h)
D3D10_DDI_BOX 結構描述磁碟區。
語法
typedef struct D3D10_DDI_BOX {
[in] LONG left;
[in] LONG top;
LONG front;
[in] LONG right;
[in] LONG bottom;
[in] LONG back;
} D3D10_DDI_BOX;
成員
[in] left
方塊左側在 X 軸上的位置。
[in] top
Y 軸上方塊頂端的位置。
front
[in]方塊前方在 z 軸上的位置。
[in] right
方塊右側在 X 軸上的位置。 請注意,磁碟區的寬度等於 右邊 成員中的值減去 左邊 成員的值, (也就是 width = right – left) 。
[in] bottom
Y 軸上方塊底部的位置。 請注意,磁碟區的高度等於 底部 成員中的值減去 最上 層成員的值 (也就是 height = bottom – top) 。
[in] back
z 軸上方塊背面的位置。 請注意,磁碟區的深度等於 後端 成員中的值減去 前 方成員的值 (也就是 depth = back – front) 。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 可在 Windows Vista 和更新版本的 Windows 作業系統中使用。 |
標頭 | d3d10umddi.h (包含 D3d10umddi.h) |