Android.App.WallpaperManager.FastDrawable Property
Like WallpaperManager.Drawable, but the returned Drawable has a number of limitations to reduce its overhead as much as possible.

Syntax

[get: Android.Runtime.Register("getFastDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetFastDrawableHandler")]
public virtual Android.Graphics.Drawables.Drawable FastDrawable { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Like WallpaperManager.Drawable, but the returned Drawable has a number of limitations to reduce its overhead as much as possible. It will never scale the wallpaper (only centering it if the requested bounds do match the bitmap bounds, which should not be typical), doesn't allow setting an alpha, color filter, or other attributes, etc. The bounds of the returned drawable will be initialized to the same bounds as the wallpaper, so normally you will not need to touch it. The drawable also assumes that it will be used in a context running in the same density as the screen (not in density compatibility mode).

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5