C1.Android.Input Assembly / C1.Android.Input Namespace / C1TexBoxBackgroundDrawable Class / CopyBounds Method / CopyBounds() Method


In This Topic
CopyBounds() Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("copyBounds", 
   "()Landroid/graphics/Rect;", 
   "")>
Public Overloads Function CopyBounds() As Android.Graphics.Rect
 
'Usage
 
Dim instance As C1TexBoxBackgroundDrawable
Dim value As Android.Graphics.Rect
 
value = instance.CopyBounds()
See Also