Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TexBoxBackgroundDrawable Class / SetHotspotBounds Method


In This Topic
    SetHotspotBounds Method
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("setHotspotBounds", 
       "(IIII)V", 
       "GetSetHotspotBounds_IIIIHandler", 
       ApiSince=21)>
    Public Overridable Sub SetHotspotBounds( _
       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.SetHotspotBounds(left, top, right, bottom)
    [Android.Runtime.Register("setHotspotBounds", 
       "(IIII)V", 
       "GetSetHotspotBounds_IIIIHandler", 
       ApiSince=21)]
    public virtual void SetHotspotBounds( 
       int left,
       int top,
       int right,
       int bottom
    )

    Parameters

    left
    top
    right
    bottom
    See Also