Spread WinForms 15
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)

Parameters

hdc
nSavedDC
See Also