ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / RestoreDC Method

In This Topic
    RestoreDC Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function RestoreDC( _
       ByVal hdc As System.IntPtr, _
       ByVal nSavedDC As System.Integer _
    ) As System.Boolean
    public static System.bool RestoreDC( 
       System.IntPtr hdc,
       System.int nSavedDC
    )

    Parameters

    hdc
    nSavedDC
    See Also