Drawable.SetHotspotBounds(Int32, Int32, Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果作用點與可繪製界限不同,請設定作用點所限制的界限。
[Android.Runtime.Register("setHotspotBounds", "(IIII)V", "GetSetHotspotBounds_IIIIHandler")]
public virtual void SetHotspotBounds (int left, int top, int right, int bottom);
[<Android.Runtime.Register("setHotspotBounds", "(IIII)V", "GetSetHotspotBounds_IIIIHandler")>]
abstract member SetHotspotBounds : int * int * int * int -> unit
override this.SetHotspotBounds : int * int * int * int -> unit
參數
- left
- Int32
位置以左邊界的像素為單位
- top
- Int32
位置,以像素為單位的上框線
- right
- Int32
位置,以右邊界的圖元為單位
- bottom
- Int32
位置以像素為單位的下限
- 屬性
備註
如果作用點與可繪製界限不同,請設定作用點所限制的界限。
的 android.graphics.drawable.Drawable.setHotspotBounds(int, int, int, int)
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。