Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / VisualStyle Class / RestoreDC Method


In This Topic
    RestoreDC Method
    In This Topic
    The RestoreDC method.
    Syntax
    'Declaration
     
    
    Public Shared Function RestoreDC( _
       ByVal hdc As IntPtr, _
       ByVal nSavedDC As Integer _
    ) As Boolean
    'Usage
     
    
    Dim hdc As IntPtr
    Dim nSavedDC As Integer
    Dim value As Boolean
     
    value = VisualStyle.RestoreDC(hdc, nSavedDC)
    public static bool RestoreDC( 
       IntPtr hdc,
       int nSavedDC
    )

    Parameters

    hdc
    nSavedDC
    See Also