Android.Views.View.DrawableHotspotChanged Method
This function is called whenever the view hotspot changes and needs to be propagated to drawables managed by the view.

Syntax

[Android.Runtime.Register("drawableHotspotChanged", "(FF)V", "GetDrawableHotspotChanged_FFHandler")]
public virtual void DrawableHotspotChanged (float x, float y)

Parameters

x
hotspot x coordinate
y
hotspot y coordinate

Remarks

This function is called whenever the view hotspot changes and needs to be propagated to drawables managed by the view.

Be sure to call through to the superclass when overriding this function.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1