Android.Views.View.Invalidate Method
Invalidate the whole view.

Syntax

[Android.Runtime.Register("invalidate", "()V", "GetInvalidateHandler")]
public virtual void Invalidate ()

Remarks

Invalidate the whole view. If the view is visible, View.OnDraw(Android.Graphics.Canvas) will be called at some point in the future.

This must be called from a UI thread. To call from a non-UI thread, call View.PostInvalidate.

[Android Documentation]

Requirements

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