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 As Android.Graphics.Rect _
)
'Usage
Dim instance As C1TexBoxBackgroundDrawable
Dim outRect As Android.Graphics.Rect
instance.GetHotspotBounds(outRect)
[Android.Runtime.Register("getHotspotBounds",
"(Landroid/graphics/Rect;)V",
"GetGetHotspotBounds_Landroid_graphics_Rect_Handler",
ApiSince=23)]
public virtual void GetHotspotBounds(
Android.Graphics.Rect
)
Parameters
- outRect
See Also