Method Restore
Restore()
Restore the saved canvas state.
public virtual void Restore()
Remarks
This call balances a previous call to Save(), and is used to remove all modifications to the matrix, clip and draw filter state since the last save call. It is an error to restore more times than was previously saved. This method should be overridden in a derived class to implement the specific restore logic.