Graphics.Restore

Graphics.Restore method

Restores the state of this Graphics to the state represented by a GraphicsState.

public void Restore(GraphicsState gstate)
ParameterTypeDescription
gstateGraphicsStateThe gstate.

See Also