[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.GdiInteropRenderTarget

GdiInteropRenderTarget Class

ID2D1GdiInteropRenderTarget

Inheritance
GdiInteropRenderTarget
Implements
Namespace: C1.Util.DX.Direct2D
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("e0db51c3-6f77-4bae-b3d5-e47509b35838")]
public class GdiInteropRenderTarget : ComObject, IDisposable, IUnknown

Constructors

Name Description
GdiInteropRenderTarget(IntPtr)

Initializes a new instance of the GdiInteropRenderTarget class.

Methods

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)

Operators

Name Description
explicit operator GdiInteropRenderTarget(IntPtr)

Performs an explicit conversion from IntPtr to GdiInteropRenderTarget.