IViewParent.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.
All or part of a child is dirty and needs to be redrawn.
[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 (Android.Views.View? child, Android.Graphics.Rect? r);
[<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")>]
abstract member InvalidateChild : Android.Views.View * Android.Graphics.Rect -> unit
Parameters
- child
- View
The child which is dirty
- r
- Rect
The area within the child that is invalid
- Attributes
Remarks
All or part of a child is dirty and needs to be redrawn.
This member is deprecated. Use #onDescendantInvalidated(View, View)
instead.
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.