View.DispatchDrawableHotspotChanged(Single, Single) Method

Definition

Dispatches drawableHotspotChanged to all of this View's children.

[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

Parameters

x
Single

hotspot x coordinate

y
Single

hotspot y coordinate

Attributes

Remarks

Dispatches drawableHotspotChanged to all of this View's children.

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

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to