[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.DXGI.Adapter2

Class Adapter2

Namespace
GrapeCity.Documents.DX.DXGI
Assembly
GcDocs.DX.Windows.dll

IDXGIAdapter2

[Guid("0AA1AE0A-FA0E-4B84-8644-E05FF8E5ACB5")]
public class Adapter2 : Adapter1, IDisposable, IUnknown
Inheritance
Adapter2
Implements
Inherited Members

Constructors

Adapter2(IntPtr)

Initializes a new instance of the Adapter2 class.

public Adapter2(IntPtr nativePtr)

Parameters

nativePtr IntPtr

The native pointer.

Properties

Description2

GetDescription2

public AdapterDescription2 Description2 { get; }

Property Value

AdapterDescription2

Methods

GetDescription2(out AdapterDescription2)

HRESULT IDXGIAdapter2::GetDesc2([Out] DXGI_ADAPTER_DESC2* pDesc)

public void GetDescription2(out AdapterDescription2 descRef)

Parameters

descRef AdapterDescription2

Operators

explicit operator Adapter2(IntPtr)

Performs an explicit conversion from IntPtr to Adapter2.

public static explicit operator Adapter2(IntPtr nativePointer)

Parameters

nativePointer IntPtr

Returns

Adapter2