Android.Views.IViewParent.InvalidateChild Method
All or part of a child is dirty and needs to be redrawn.

Syntax

[Android.Runtime.Register("invalidateChild", "(Landroid/view/View;Landroid/graphics/Rect;)V", "GetInvalidateChild_Landroid_view_View_Landroid_graphics_Rect_Handler:Android.Views.IViewParentInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void InvalidateChild (View child, Android.Graphics.Rect r)

Parameters

child
The child which is dirty
r
The area within the child that is invalid

Remarks

All or part of a child is dirty and needs to be redrawn.

[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