Drawable.InvalidateSelf Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Use the current Callback
implementation to have this Drawable
redrawn.
[Android.Runtime.Register("invalidateSelf", "()V", "GetInvalidateSelfHandler")]
public virtual void InvalidateSelf ();
[<Android.Runtime.Register("invalidateSelf", "()V", "GetInvalidateSelfHandler")>]
abstract member InvalidateSelf : unit -> unit
override this.InvalidateSelf : unit -> unit
- Attributes
Remarks
Use the current Callback
implementation to have this Drawable redrawn. Does nothing if there is no Callback attached to the Drawable.
Java documentation for android.graphics.drawable.Drawable.invalidateSelf()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
See also
- Callback
- <xref:Android.Graphics.Drawables.Drawable.SetCallback(.ICallback)>