This call balances a previous call to save(), and is used to remove all
modifications to the matrix/clip state since the last save call.
Syntax
[Android.Runtime.Register("restore", "()V", "GetRestoreHandler")] public virtual voidRestore ()
Remarks
This call balances a previous call to save(), and is used to remove all
modifications to the matrix/clip state since the last save call. It is
an error to call restore() more times than save() was called.