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]