Drawable.GetHotspotBounds(Rect) メソッド

定義

ホットスポットの outRect 境界を設定します。

[Android.Runtime.Register("getHotspotBounds", "(Landroid/graphics/Rect;)V", "GetGetHotspotBounds_Landroid_graphics_Rect_Handler", ApiSince=23)]
public virtual void GetHotspotBounds (Android.Graphics.Rect outRect);
[<Android.Runtime.Register("getHotspotBounds", "(Landroid/graphics/Rect;)V", "GetGetHotspotBounds_Landroid_graphics_Rect_Handler", ApiSince=23)>]
abstract member GetHotspotBounds : Android.Graphics.Rect -> unit
override this.GetHotspotBounds : Android.Graphics.Rect -> unit

パラメーター

outRect
Rect

ホットスポットの境界を設定する rect

属性

注釈

ホットスポットの outRect 境界を設定します。

の Java ドキュメント android.graphics.drawable.Drawable.getHotspotBounds(android.graphics.Rect)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象