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

Syntax

[Android.Runtime.Register("invalidateChildInParent", "([ILandroid/graphics/Rect;)Landroid/view/ViewParent;", "GetInvalidateChildInParent_arrayILandroid_graphics_Rect_Handler")]
public virtual IViewParent InvalidateChildInParent (int[] location, Android.Graphics.Rect dirty)

Parameters

location
An array of 2 ints containing the left and top coordinates of the child to invalidate
dirty
The area within the child that is invalid

Returns

Documentation for this section has not yet been entered.

Remarks

Don't call or override this method. It is used for the implementation of the view hierarchy. This implementation returns null if this ViewGroup does not have a parent, if this ViewGroup is already fully invalidated or if the dirty rectangle does not intersect with this ViewGroup's bounds.

[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