[]
IDirect3D9
[Guid("81BDCBCA-64D4-426d-AE8D-AD0147F4275C")]
public class Direct3D : ComObject, IDisposable, IUnknown
Name | Description |
---|---|
Direct3D(IntPtr) | Initializes a new instance of the Direct3D class. |
Name | Description |
---|---|
CreateDevice(int, DeviceType, IntPtr, CreateFlags, PresentParameters[]) | HRESULT IDirect3D9::CreateDevice([In] unsigned int Adapter,[In] D3DDEVTYPE DeviceType,[In] HWND hFocusWindow,[In] D3DCREATE BehaviorFlags,[In, Buffer] D3DPRESENT_PARAMETERS* pPresentationParameters,[Out, Fast] IDirect3DDevice9** ppReturnedDeviceInterface) |
Name | Description |
---|---|
explicit operator Direct3D(IntPtr) |