Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX.Direct2D Namespace / GdiInteropRenderTarget Class / GetDC Method

In This Topic
    GetDC Method
    In This Topic
    HRESULT ID2D1GdiInteropRenderTarget::GetDC([In] D2D1_DC_INITIALIZE_MODE mode,[Out] HDC* hdc)
    Syntax
    'Declaration
     
    Public Function GetDC( _
       ByVal mode As DeviceContextInitializeMode _
    ) As System.IntPtr
    public System.IntPtr GetDC( 
       DeviceContextInitializeMode mode
    )

    Parameters

    mode
    See Also