Android.Graphics.Canvas.SaveLayer Method
Helper version of saveLayer() that takes 4 values rather than a RectF.

Syntax

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

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.
saveFlags
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Helper version of saveLayer() that takes 4 values rather than a RectF.

[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