Spread Windows Forms 15.0
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)
    void Restore( 
       object state
    )

    Parameters

    state
    Graphics state
    See Also