[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D9.Texture

Texture Class

IDirect3DTexture9

Implements
Namespace: C1.Util.DX.Direct3D9
Assembly: C1.WPF.DX.4.6.2.dll
Syntax
[Guid("85C31227-3DE5-4f00-9B3A-F11AC38C18B5")]
public class Texture : BaseTexture, IDisposable, IUnknown

Constructors

Name Description
Texture(IntPtr)

Initializes a new instance of the Texture class.

Methods

Name Description
Create(Device, int, int, int, Usage, Format, Pool)

Initializes a new instance of the Texture class.

Create(Device, int, int, int, Usage, Format, Pool, ref IntPtr)

Initializes a new instance of the Texture class.

GetSurfaceLevel(int)

HRESULT IDirect3DTexture9::GetSurfaceLevel([In] unsigned int Level,[Out] IDirect3DSurface9** ppSurfaceLevel)

Operators

Name Description
explicit operator Texture(IntPtr)

Performs an explicit conversion from IntPtr to Texture.