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