[]
        
(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
object
Adapter2
Implements
System.IDisposable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

Adapter2(IntPtr)

Initializes a new instance of the Adapter2 class.

public Adapter2(IntPtr nativePtr)

Parameters

nativePtr System.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 System.IntPtr to Adapter2.

public static explicit operator Adapter2(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

Adapter2