Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IBorderGraphics Interface / Restore Method
Graphics state


In This Topic
Restore Method
In This Topic
Restores the specified graphics state.
Syntax
'Declaration
 
Sub Restore( _
   ByVal state As Object _
) 
 
'Usage
 
Dim instance As IBorderGraphics
Dim state As Object
 
instance.Restore(state)

Parameters

state
Graphics state
See Also