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