Android.Graphics.Canvas.SaveLayerAlpha Method
Helper for saveLayerAlpha() that takes 4 values instead of a RectF.

Syntax

[Android.Runtime.Register("saveLayerAlpha", "(FFFFII)I", "GetSaveLayerAlpha_FFFFIIHandler")]
public virtual int SaveLayerAlpha (float left, float top, float right, float bottom, int alpha, [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.
alpha
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 for saveLayerAlpha() that takes 4 values instead of 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