Android.Graphics.Canvas.SaveLayer Method
Convenience for saveLayer(bounds, paint, Canvas.ALL_SAVE_FLAG)

Syntax

[Android.Runtime.Register("saveLayer", "(Landroid/graphics/RectF;Landroid/graphics/Paint;)I", "GetSaveLayer_Landroid_graphics_RectF_Landroid_graphics_Paint_Handler")]
public virtual int SaveLayer (RectF bounds, Paint paint)

Parameters

bounds
Documentation for this section has not yet been entered.
paint
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Convenience for saveLayer(bounds, paint, Canvas.ALL_SAVE_FLAG)

[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