[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.DeviceContextRenderTarget

DeviceContextRenderTarget Class

ID2D1DCRenderTarget

Inheritance
DeviceContextRenderTarget
Implements
Namespace: C1.Util.DX.Direct2D
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("1c51bc64-de61-46fd-9899-63a5d8f03950")]
public class DeviceContextRenderTarget : RenderTarget, IDisposable, IUnknown

Constructors

Name Description
DeviceContextRenderTarget(IntPtr)

Initializes a new instance of the DeviceContextRenderTarget class.

Methods

Name Description
BindDeviceContext(IntPtr, RectL)

HRESULT ID2D1DCRenderTarget::BindDC([In] const HDC hDC,[In] const RECT* pSubRect)

Create(Factory, ref RenderTargetProperties)

Creates a render target that draws to a Windows Graphics Device Interface (GDI) device context.

Operators

Name Description
explicit operator DeviceContextRenderTarget(IntPtr)

Performs an explicit conversion from IntPtr to DeviceContextRenderTarget.