[]
        
(Showing Draft Content)

C1.Util.DX.DXGI.Factory1

Factory1 Class

IDXGIFactory1

Implements
Namespace: C1.Util.DX.DXGI
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("770aae78-f26f-4dba-a829-253c83d1b387")]
public class Factory1 : Factory, IDisposable, IUnknown

Constructors

Name Description
Factory1(IntPtr)

Initializes a new instance of the Factory1 class.

Properties

Name Description
Adapters1

Return an array of Adapter1 available from this factory.

Methods

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()

Operators

Name Description
explicit operator Factory1(IntPtr)

Performs an explicit conversion from IntPtr to Factory1.