[]
IDXGIFactory1
[Guid("770aae78-f26f-4dba-a829-253c83d1b387")]
public class Factory1 : Factory, IDisposable, IUnknown
Name | Description |
---|---|
Factory1(IntPtr) | Initializes a new instance of the Factory1 class. |
Name | Description |
---|---|
Adapters1 | Return an array of Adapter1 available from this factory. |
Name | Description |
---|---|
Create() | Creates an Factory1 object. |
GetAdapter1(int) | Gets both adapters (video cards) with or without outputs. |
GetAdapter1(int, out Adapter1) | HRESULT IDXGIFactory1::EnumAdapters1([In] unsigned int Adapter,[Out] IDXGIAdapter1** ppAdapter) |
GetAdapterCount1() | Return the number of available adapters from this factory. |
IsCurrent() | BOOL IDXGIFactory1::IsCurrent() |
Name | Description |
---|---|
explicit operator Factory1(IntPtr) |