共用方式為


D3DDDIBOX 結構 (d3dumddi.h)

描述磁碟區紋理的界限。

語法

typedef struct _D3DDDIBOX {
  [in] UINT Left;
  [in] UINT Top;
  [in] UINT Right;
  [in] UINT Bottom;
       UINT Front;
  [in] UINT Back;
} D3DDDIBOX;

成員

[in] Left

方塊左側在 X 軸上的位置。

[in] Top

方塊頂端在Y軸上的位置。

[in] Right

方塊右側在 x 軸上的位置。

[in] Bottom

方塊底部在 Y 軸上的位置。

Front

[in]Z 軸上方塊前端的位置。

[in] Back

Z 軸上方塊背面的位置。

備註

磁碟區的高度等於 Bottom 成員中的值減去 Top 成員 (的值,也就是height = bottom – top) 。

磁碟區的寬度等於 Right 成員中的值減去 成員 (的值,也就是 width = right – left) 。

磁碟區的深度等於 Back 成員中的值減去 Front 成員 (的值,也就是 depth = back – front) 。

規格需求

需求
最低支援的用戶端 Windows 8
最低支援的伺服器 Windows Server 2012
標頭 d3dumddi.h (include D3dumddi.h)