Android.Graphics.Bitmap.IsRecycled Property
Returns true if this bitmap has been recycled.

Syntax

[get: Android.Runtime.Register("isRecycled", "()Z", "GetIsRecycledHandler")]
public bool IsRecycled { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns true if this bitmap has been recycled. If so, then it is an error to try to access its pixels, and the bitmap will not draw.

[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