[]
ID2D1DCRenderTarget
[Guid("1c51bc64-de61-46fd-9899-63a5d8f03950")]
public class DeviceContextRenderTarget : RenderTarget, IDisposable, IUnknown
| Name | Description |
|---|---|
| DeviceContextRenderTarget(IntPtr) | Initializes a new instance of the DeviceContextRenderTarget class. |
| 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. |
| Name | Description |
|---|---|
| explicit operator DeviceContextRenderTarget(IntPtr) | Performs an explicit conversion from IntPtr to DeviceContextRenderTarget. |