[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.DXGI.Adapter1

Class Adapter1

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

IDXGIAdapter1

[Guid("29038f61-3839-4626-91fd-086879011a05")]
public class Adapter1 : Adapter, IDisposable, IUnknown
Inheritance
object
Adapter1
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

Adapter1(IntPtr)

Initializes a new instance of the Adapter1 class.

public Adapter1(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

Properties

Description1

GetDescription1

public AdapterDescription1 Description1 { get; }

Property Value

AdapterDescription1

Methods

GetDescription1(out AdapterDescription1)

HRESULT IDXGIAdapter1::GetDesc1([Out] DXGI_ADAPTER_DESC1* pDesc)

public void GetDescription1(out AdapterDescription1 descRef)

Parameters

descRef AdapterDescription1

Operators

explicit operator Adapter1(IntPtr)

Performs an explicit conversion from System.IntPtr to Adapter1.

public static explicit operator Adapter1(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

Adapter1