ViewGroup.InvalidateChild(View, Rect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Don't call or override this method.
[Android.Runtime.Register("invalidateChild", "(Landroid/view/View;Landroid/graphics/Rect;)V", "")]
public void InvalidateChild (Android.Views.View? child, Android.Graphics.Rect? dirty);
[<Android.Runtime.Register("invalidateChild", "(Landroid/view/View;Landroid/graphics/Rect;)V", "")>]
abstract member InvalidateChild : Android.Views.View * Android.Graphics.Rect -> unit
override this.InvalidateChild : Android.Views.View * Android.Graphics.Rect -> unit
Parameters
- child
- View
The child which is dirty
- dirty
- Rect
The area within the child that is invalid
Implements
- Attributes
Remarks
Don't call or override this method. It is used for the implementation of the view hierarchy.
This member is deprecated. Use #onDescendantInvalidated(View, View)
instead to observe updates to draw state in descendants.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.