In This Topic
Syntax
'Declaration
<Android.Runtime.RegisterAttribute("setHotspotBounds",
"(IIII)V",
"GetSetHotspotBounds_IIIIHandler",
ApiSince=21)>
Public Overridable Sub SetHotspotBounds( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As C1TexBoxBackgroundDrawable
Dim left As Integer
Dim top As Integer
Dim right As Integer
Dim bottom As Integer
instance.SetHotspotBounds(left, top, right, bottom)
[Android.Runtime.Register("setHotspotBounds",
"(IIII)V",
"GetSetHotspotBounds_IIIIHandler",
ApiSince=21)]
public virtual void SetHotspotBounds(
int ,
int ,
int ,
int
)
Parameters
- left
- top
- right
- bottom
See Also