Android.Graphics.Canvas.SaveCount Property
Returns the number of matrix/clip states on the Canvas' private stack.

Syntax

[get: Android.Runtime.Register("getSaveCount", "()I", "GetGetSaveCountHandler")]
public virtual int SaveCount { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the number of matrix/clip states on the Canvas' private stack. This will equal # save() calls - # restore() calls.

[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