Android.Graphics.Canvas.Restore Method
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 void Restore ()

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.

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1