[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D9.Direct3DEx

Direct3DEx Class

IDirect3D9Ex

Inheritance
Direct3DEx
Implements
Namespace: C1.Util.DX.Direct3D9
Assembly: C1.WPF.DX.4.6.2.dll
Syntax
[Guid("02177241-69FC-400C-8FF1-93A44DF6861D")]
public class Direct3DEx : Direct3D, IDisposable, IUnknown

Constructors

Name Description
Direct3DEx(IntPtr)

Initializes a new instance of the Direct3DEx class.

Methods

Name Description
Create()

Creates an Direct3DEx object.

CreateDeviceEx(int, DeviceType, IntPtr, int, PresentParameters[], DisplayModeEx[])

HRESULT IDirect3D9Ex::CreateDeviceEx([In] unsigned int Adapter,[In] D3DDEVTYPE DeviceType,[In] HWND hFocusWindow,[In] unsigned int BehaviorFlags,[In, Buffer] D3DPRESENT_PARAMETERS* pPresentationParameters,[In, Buffer, Optional] D3DDISPLAYMODEEX* pFullscreenDisplayMode,[Out, Fast] IDirect3DDevice9Ex** ppReturnedDeviceInterface)

Operators

Name Description
explicit operator Direct3DEx(IntPtr)

Performs an explicit conversion from IntPtr to Direct3DEx.