Class D2D1DCRenderTarget
Issues drawing commands to a GDI device context.
Inherited Members
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
public sealed class D2D1DCRenderTarget : D2D1RenderTarget, IDisposable, ID2D1Releasable
Properties
| Edit this page View SourceHandle
Gets an handle representing the D2D1 object interface.
Declaration
public override object Handle { get; }
Property Value
Type | Description |
---|---|
object |
Overrides
Methods
| Edit this page View SourceBindDC(nint, D2D1RectL)
Binds the render target to the device context to which it issues drawing commands.
Declaration
public void BindDC(nint hdc, D2D1RectL subRect)
Parameters
Type | Name | Description |
---|---|---|
nint | hdc | The device context to which the render target issues drawing commands. |
D2D1RectL | subRect | The dimensions of the handle to a device context (HDC) to which the render target is bound. |