Table of Contents

Class Device3

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll
[Guid("852f2087-802c-4037-ab60-ff2e7ee6fc01")]
public class Device3 : Device2
Inheritance
Device3
Derived
Inherited Members

Constructors

Device3(Factory4, Device)

Initializes a new instance of the Device3 class.

public Device3(Factory4 factory, Device device)

Parameters

factory Factory4

The Factory4 object used when creating the Device3.

device Device

The SharpDX.DXGI.Device object used when creating the Device3.

Remarks

Each call to CreateDevice returns a unique Device3 object.The SharpDX.DXGI.Device object is obtained by calling QueryInterface on an ID3D10Device or an ID3D11Device.

Device3(nint)

public Device3(nint nativePtr)

Parameters

nativePtr nint

Operators

explicit operator Device3(nint)

public static explicit operator Device3(nint nativePtr)

Parameters

nativePtr nint

Returns

Device3