C1.Android.Input Assembly / C1.Android.Input Namespace / C1TexBoxBackgroundDrawable Class / SetSize Method


In This Topic
SetSize Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setSize", 
   "(II)V", 
   "GetSetSize_IIHandler")>
Public Overridable Sub SetSize( _
   ByVal width As Integer, _
   ByVal height As Integer _
) 
 
'Usage
 
Dim instance As C1TexBoxBackgroundDrawable
Dim width As Integer
Dim height As Integer
 
instance.SetSize(width, height)

Parameters

width
height
See Also