Android.Views.ViewGroup.InvalidateChild Method
Don't call or override this method.

Syntax

[Android.Runtime.Register("invalidateChild", "(Landroid/view/View;Landroid/graphics/Rect;)V", "")]
public void InvalidateChild (View child, Android.Graphics.Rect dirty)

Parameters

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

Remarks

Don't call or override this method. It is used for the implementation of the view hierarchy.

[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