次の方法で共有


IViewParent.InvalidateChildInParent(Int32[], Rect) メソッド

定義

子のすべてまたは一部が汚れているので、再描画する必要があります。

[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 int の配列

r
Rect

無効な子内の領域

戻り値

この ViewParent または null の親

属性

注釈

子のすべてまたは一部が汚れているので、再描画する必要があります。

位置配列は、ダーティ子の左と上の位置をそれぞれ定義する 2 つの int 値の配列です。

指定した四角形を親で無効にする必要がある場合は、この ViewParent の親を返す必要があります。 指定した四角形が親の無効化を必要としない場合、または親が存在しない場合、このメソッドは null を返す必要があります。

このメソッドが null 以外の値を返す場合、位置配列は、この ViewParent の左座標と上座標で更新されている必要があります。

このメンバーは非推奨です。 代わりに #onDescendantInvalidated(View, View) を使用してください

の Java ドキュメントandroid.view.ViewParent.invalidateChildInParent(int[], android.graphics.Rect)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象