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
Requirements
Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1