Android.Graphics.Drawables.Drawable.SetHotspotBounds Method
Sets the bounds to which the hotspot is constrained, if they should be different from the drawable bounds.

Syntax

[Android.Runtime.Register("setHotspotBounds", "(IIII)V", "GetSetHotspotBounds_IIIIHandler")]
public virtual void SetHotspotBounds (int left, int top, int right, int bottom)

Parameters

left
Documentation for this section has not yet been entered.
top
Documentation for this section has not yet been entered.
right
Documentation for this section has not yet been entered.
bottom
Documentation for this section has not yet been entered.

Remarks

Sets the bounds to which the hotspot is constrained, if they should be different from the drawable bounds.

[Android Documentation]

Requirements

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