Unicode Controls & Classes for VB6 - Version 4

clsGpGraphics.Restore Function

The Restore method sets the state of this Graphics object to the state stored by a previous call to the [Save] method of this Graphics object

Syntax
Public Function Restore (ByRef State As clsGpGraphicsState) As GpStatus
Parameters
Parameter Description
ByRef State As clsGpGraphicsState The saved [clsGpGraphicsState] object
Remarks