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


In This Topic
GetHotspotBounds Method
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getHotspotBounds", 
   "(Landroid/graphics/Rect;)V", 
   "GetGetHotspotBounds_Landroid_graphics_Rect_Handler", 
   ApiSince=23)>
Public Overridable Sub GetHotspotBounds( _
   ByVal outRect As Android.Graphics.Rect _
) 
 
'Usage
 
Dim instance As C1TexBoxBackgroundDrawable
Dim outRect As Android.Graphics.Rect
 
instance.GetHotspotBounds(outRect)

Parameters

outRect
See Also