Android.Graphics.Canvas.SaveLayer Method
Convenience for saveLayer(left, top, right, bottom, paint, Canvas.ALL_SAVE_FLAG)

Syntax

[Android.Runtime.Register("saveLayer", "(FFFFLandroid/graphics/Paint;)I", "GetSaveLayer_FFFFLandroid_graphics_Paint_Handler")]
public virtual int SaveLayer (float left, float top, float right, float bottom, Paint paint)

Parameters

left
Documentation for this section has not yet been entered.
top
Documentation for this section has not yet been entered.
right
Documentation for this section has not yet been entered.
bottom
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(left, top, right, bottom, 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