Table of Contents

Class Device4

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll
[Guid("d7bdb159-5683-4a46-bc9c-72dc720b858b")]
public class Device4 : Device3
Inheritance
Device4
Derived
Inherited Members

Constructors

Device4(Factory5, Device)

Initializes a new instance of the Device4 class.

public Device4(Factory5 factory, Device device)

Parameters

factory Factory5

The Factory5 object used when creating the Device3.

device Device

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

Remarks

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

Device4(nint)

public Device4(nint nativePtr)

Parameters

nativePtr nint

Properties

MaximumColorGlyphCacheMemory

Gets or sets the maximum capacity of the color glyph cache.

public long MaximumColorGlyphCacheMemory { get; set; }

Property Value

long

Operators

explicit operator Device4(nint)

public static explicit operator Device4(nint nativePtr)

Parameters

nativePtr nint

Returns

Device4