IDirect3DSurface9 介面 (d3d9helper.h)
應用程式會使用 IDirect3DSurface9 介面的方法來查詢和準備表面。
繼承
IDirect3DSurface9介面繼承自IDirect3DResource9。 IDirect3DSurface9 也有下列類型的成員:
方法
IDirect3DSurface9介面具有這些方法。
IDirect3DSurface9::GetContainer IDirect3DSurface9::GetContainer 方法 (d3d9helper.h) 可讓您存取父 Cube 紋理或紋理 (mipmap) 物件。 |
IDirect3DSurface9::GetDC IDirect3DSurface9::GetDC 方法 (d3d9helper.h) 擷取裝置內容。 |
IDirect3DSurface9::GetDesc IDirect3DSurface9::GetDesc 方法 (d3d9helper.h) 擷取表面的描述。 |
IDirect3DSurface9::LockRect IDirect3DSurface9::LockRect 方法 (d3d9helper.h) 鎖定介面上的矩形。 |
IDirect3DSurface9::ReleaseDC IDirect3DSurface9::ReleaseDC 方法 (d3d9helper.h) 釋放裝置內容控制碼。 |
IDirect3DSurface9::UnlockRect IDirect3DSurface9::UnlockRect 方法 (d3d9helper.h) 在介面上解除鎖定矩形。 |
備註
LPDIRECT3DSURFACE9 和 PDIRECT3DSURFACE9 類型定義為 IDirect3DSurface9 介面的指標。
typedef struct IDirect3DSurface9 *LPDIRECT3DSURFACE9, *PDIRECT3DSURFACE9;
需求
目標平台 | Windows |
標頭 | d3d9helper.h (包含 D3D9.h) |