IDirect3DSurface9 接口 (d3d9helper.h)

应用程序使用 IDirect3DSurface9 接口的方法查询和准备图面。

继承

IDirect3DSurface9 接口继承自 IDirect3DResource9IDirect3DSurface9 还具有以下类型的成员:

方法

IDirect3DSurface9 接口具有这些方法。

 
IDirect3DSurface9::GetContainer

IDirect3DSurface9::GetContainer 方法 (d3d9helper.h) 提供对父立方体纹理或纹理的访问, (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)

另请参阅

Direct3D 接口

IDirect3DResource9