Table of Contents

Class Device5

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll
[Guid("d55ba0a4-6405-4694-aef5-08ee1a4358b4")]
public class Device5 : Device4
Inheritance
Device5
Inherited Members

Constructors

Device5(Factory6, Device)

Initializes a new instance of the Device5 class.

public Device5(Factory6 factory, Device device)

Parameters

factory Factory6

The Factory4 object used when creating the Device5.

device Device

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

Remarks

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

Device5(nint)

public Device5(nint nativePtr)

Parameters

nativePtr nint

Operators

explicit operator Device5(nint)

public static explicit operator Device5(nint nativePtr)

Parameters

nativePtr nint

Returns

Device5