Class Device4
[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
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
Operators
explicit operator Device4(nint)
public static explicit operator Device4(nint nativePtr)
Parameters
nativePtr
nint