Table of Contents

Class Device1

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll
[Guid("d21768e1-23a4-4823-a14b-7c3eba85d658")]
public class Device1 : Device
Inheritance
Device1
Derived
Inherited Members

Constructors

Device1(Factory2, Device)

Initializes a new instance of the Device1 class.

public Device1(Factory2 factory, Device device)

Parameters

factory Factory2

The Factory2 object used when creating the Device1.

device Device

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

Remarks

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

Device1(nint)

public Device1(nint nativePtr)

Parameters

nativePtr nint

Properties

RenderingPriority

Retrieves or sets the current rendering priority of the device.

public RenderingPriority RenderingPriority { get; set; }

Property Value

RenderingPriority

Operators

explicit operator Device1(nint)

public static explicit operator Device1(nint nativePtr)

Parameters

nativePtr nint

Returns

Device1