Android.Graphics.Drawables.ClipDrawable Members

The members of Android.Graphics.Drawables.ClipDrawable are listed below.

See Also: Inherited members from Android.Graphics.Drawables.Drawable

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

Public Properties

[read-only]
override
Opacityint. Return the opacity/transparency of this Drawable.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

override
Draw(Android.Graphics.Canvas)
Draw in its bounds (set via setBounds) respecting optional effects such as alpha (set via setAlpha) and color filter (set via setColorFilter).
InvalidateDrawable(Drawable)
Called when the drawable needs to be redrawn.
ScheduleDrawable(Drawable, Java.Lang.IRunnable, long)
A Drawable can call this to schedule the next frame of its animation.
ScheduleDrawable(Drawable, Action, long)
Documentation for this section has not yet been entered.
override
SetAlpha(int)
Specify an alpha value for the drawable. 0 means fully transparent, and 255 means fully opaque.
override
SetColorFilter(Android.Graphics.ColorFilter)
Specify an optional color filter for the drawable.
UnscheduleDrawable(Drawable, Java.Lang.IRunnable)
A Drawable can call this to unschedule an action previously scheduled with NoType:android/graphics/drawable/Drawable$Callback;Href=../../../../reference/android/graphics/drawable/Drawable.Callback.html#scheduleDrawable(android.graphics.drawable.Drawable, java.lang.Runnable, long).
UnscheduleDrawable(Drawable, Action)
Documentation for this section has not yet been entered.