Android.Graphics.Canvas.Save Method
Saves the current matrix and clip onto a private stack.

Syntax

[Android.Runtime.Register("save", "()I", "GetSaveHandler")]
public virtual int Save ()

Returns

Documentation for this section has not yet been entered.

Remarks

Saves the current matrix and clip onto a private stack. Subsequent calls to translate,scale,rotate,skew,concat or clipRect,clipPath will all operate as usual, but when the balancing call to restore() is made, those calls will be forgotten, and the settings that existed before the save() will be reinstated.

[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