In This Topic
Syntax
'Declaration
<Android.Runtime.RegisterAttribute("setBounds",
"(IIII)V",
"GetSetBounds_IIIIHandler")>
Public Overridable Sub SetBounds( _
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.SetBounds(left, top, right, bottom)
[Android.Runtime.Register("setBounds",
"(IIII)V",
"GetSetBounds_IIIIHandler")]
public virtual void SetBounds(
int ,
int ,
int ,
int
)
Parameters
- left
- top
- right
- bottom
See Also