Android.Graphics.Canvas.Save Method
Based on saveFlags, can save the current matrix and clip onto a private stack.

Syntax

[Android.Runtime.Register("save", "(I)I", "GetSave_IHandler")]
public virtual int Save ([Android.Runtime.GeneratedEnum] SaveFlags saveFlags)

Parameters

saveFlags
flag bits that specify which parts of the Canvas state to save/restore

Returns

Documentation for this section has not yet been entered.

Remarks

Based on saveFlags, can save 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