Android.Graphics.Canvas.SaveLayerAlpha Method
Helper for saveLayerAlpha(left, top, right, bottom, alpha, Canvas.ALL_SAVE_FLAG)

Syntax

[Android.Runtime.Register("saveLayerAlpha", "(FFFFI)I", "GetSaveLayerAlpha_FFFFIHandler")]
public virtual int SaveLayerAlpha (float left, float top, float right, float bottom, int alpha)

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.

Returns

Documentation for this section has not yet been entered.

Remarks

Helper for saveLayerAlpha(left, top, right, bottom, alpha, 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