[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.DXGI.Device3

Class Device3

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

IDXGIDevice3

[Guid("6007896c-3244-4afd-bf18-a6d3beda5023")]
public class Device3 : Device2, IDisposable, IUnknown
Inheritance
object
Device3
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

Device3(IntPtr)

Initializes a new instance of the Device3 class.

public Device3(IntPtr nativePtr)

Parameters

nativePtr System.IntPtr

The native pointer.

Methods

Trim()

void IDXGIDevice3::Trim()

public void Trim()

Operators

explicit operator Device3(IntPtr)

Performs an explicit conversion from System.IntPtr to Device3.

public static explicit operator Device3(IntPtr nativePointer)

Parameters

nativePointer System.IntPtr

Returns

Device3