Android.Graphics.Drawables.ClipDrawable Class
A Drawable that clips another Drawable based on this Drawable's current level value.

See Also: ClipDrawable Members

Syntax

[Android.Runtime.Register("android/graphics/drawable/ClipDrawable", DoNotGenerateAcw=true)]
public class ClipDrawable : Drawable, Drawable.ICallback, IDisposable

Remarks

A Drawable that clips another Drawable based on this Drawable's current level value. You can control how much the child Drawable gets clipped in width and height based on the level, as well as a gravity to control where it is placed in its overall container. Most often used to implement things like progress bars, by increasing the drawable's level with Drawable.SetLevel(int).

Note: The drawable is clipped completely and not visible when the level is 0 and fully revealed when the level is 10,000.

It can be defined in an XML file with the <clip> element. For more information, see the guide to Drawable Resources.

[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