Android.Graphics.Drawables.Drawable.DirtyBounds Property
Return the drawable's dirty bounds Rect.

Syntax

[get: Android.Runtime.Register("getDirtyBounds", "()Landroid/graphics/Rect;", "GetGetDirtyBoundsHandler")]
public virtual Android.Graphics.Rect DirtyBounds { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return the drawable's dirty bounds Rect. Note: for efficiency, the returned object may be the same object stored in the drawable (though this is not guaranteed).

By default, this returns the full drawable bounds. Custom drawables may override this method to perform more precise invalidation.

[Android Documentation]

Requirements

Namespace: Android.Graphics.Drawables
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1