Langue

View.DispatchDrawableHotspotChanged(Single, Single) Méthode

Définition

Distribue drawableHotspotChanged à tous les enfants de cette Vue.

[Android.Runtime.Register("dispatchDrawableHotspotChanged", "(FF)V", "GetDispatchDrawableHotspotChanged_FFHandler", ApiSince=22)]
public virtual void DispatchDrawableHotspotChanged(float x, float y);
[<Android.Runtime.Register("dispatchDrawableHotspotChanged", "(FF)V", "GetDispatchDrawableHotspotChanged_FFHandler", ApiSince=22)>]
abstract member DispatchDrawableHotspotChanged : single * single -> unit
override this.DispatchDrawableHotspotChanged : single * single -> unit

Paramètres

x
Single

coordonnée point d’accès x

y
Single

coordonnée y de point d’accès

Attributs

Remarques

Distribue drawableHotspotChanged à tous les enfants de cette Vue.

Java documentation pour android.view.View.dispatchDrawableHotspotChanged(float, float).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à