[]
ID2D1GdiInteropRenderTarget
[Guid("e0db51c3-6f77-4bae-b3d5-e47509b35838")]
public class GdiInteropRenderTarget : ComObject, IDisposable, IUnknown
| Name | Description |
|---|---|
| GdiInteropRenderTarget(IntPtr) | Initializes a new instance of the GdiInteropRenderTarget class. |
| Name | Description |
|---|---|
| GetDC(DeviceContextInitializeMode) | HRESULT ID2D1GdiInteropRenderTarget::GetDC([In] D2D1_DC_INITIALIZE_MODE mode,[Out] HDC* hdc) |
| ReleaseDC() | Indicates that drawing with the device context is finished. |
| ReleaseDC(RectL?) | HRESULT ID2D1GdiInteropRenderTarget::ReleaseDC([In, Optional] const RECT* update) |
| Name | Description |
|---|---|
| explicit operator GdiInteropRenderTarget(IntPtr) | Performs an explicit conversion from IntPtr to GdiInteropRenderTarget. |