IViewParent.InvalidateChildInParent(Int32[], Rect) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
子系的所有或部分都是骯髒的,必須重新繪製。
[Android.Runtime.Register("invalidateChildInParent", "([ILandroid/graphics/Rect;)Landroid/view/ViewParent;", "GetInvalidateChildInParent_arrayILandroid_graphics_Rect_Handler:Android.Views.IViewParentInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Android.Views.IViewParent? InvalidateChildInParent (int[]? location, Android.Graphics.Rect? r);
[<Android.Runtime.Register("invalidateChildInParent", "([ILandroid/graphics/Rect;)Landroid/view/ViewParent;", "GetInvalidateChildInParent_arrayILandroid_graphics_Rect_Handler:Android.Views.IViewParentInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member InvalidateChildInParent : int[] * Android.Graphics.Rect -> Android.Views.IViewParent
參數
- location
- Int32[]
包含子系左邊和頂端座標的 2 ints 陣列,使無效
- r
- Rect
子系內無效的區域
傳回
這個 ViewParent 或 null 的父代
- 屬性
備註
子系的所有或部分都是骯髒的,必須重新繪製。
位置陣列是兩個int值的陣列,分別定義骯髒子系的左邊和頂端位置。
如果指定的矩形在父系中必須失效,這個方法必須傳回這個 ViewParent 的父代。 如果指定的矩形在父代中不需要失效,或父系不存在,這個方法必須傳回 null。
當這個方法傳回非 Null 值時,位置陣列必須以這個 ViewParent 的左邊和頂端座標更新。
已取代這個成員。 請改用 #onDescendantInvalidated(View, View)
。
的 android.view.ViewParent.invalidateChildInParent(int[], android.graphics.Rect)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。