[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.Device1

Device1 Class

ID2D1Device1

Implements
Namespace: C1.Util.DX.Direct2D
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("d21768e1-23a4-4823-a14b-7c3eba85d658")]
public class Device1 : Device, IDisposable, IUnknown

Constructors

Name Description
Device1(IntPtr)

Initializes a new instance of the Device1 class.

Methods

Name Description
Create(Factory2, Device)

Initializes a new instance of the Device1 class.

CreateDeviceContext1(DeviceContextOptions)

HRESULT ID2D1Device1::CreateDeviceContext([In] D2D1_DEVICE_CONTEXT_OPTIONS options,[Out, Fast] ID2D1DeviceContext1** deviceContext1)

GetRenderingPriority()

D2D1_RENDERING_PRIORITY ID2D1Device1::GetRenderingPriority()

SetRenderingPriority(RenderingPriority)

void ID2D1Device1::SetRenderingPriority([In] D2D1_RENDERING_PRIORITY renderingPriority)

Operators

Name Description
explicit operator Device1(IntPtr)

Performs an explicit conversion from IntPtr to Device1.