Drawable.SetHotspotBounds(Int32, Int32, Int32, Int32) Metodo

Definizione

Imposta i limiti a cui è vincolato l'hotspot, se devono essere diversi dai limiti disegnabili.

[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

Parametri

left
Int32

posizione in pixel del limite sinistro

top
Int32

posizione in pixel del limite superiore

right
Int32

posizione in pixel del limite destro

bottom
Int32

posizione in pixel del limite inferiore

Attributi

Commenti

Imposta i limiti a cui è vincolato l'hotspot, se devono essere diversi dai limiti disegnabili.

per android.graphics.drawable.Drawable.setHotspotBounds(int, int, int, int).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

Vedi anche