TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / RestoreDC Method

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

    Parameters

    hdc
    nSavedDC
    See Also