Xamarin.Android | ComponentOne
C1.Android.Input Assembly / C1.Android.Input Namespace / C1TexBoxBackgroundDrawable Class / CopyBounds Method / CopyBounds(Rect) Method


In This Topic
    CopyBounds(Rect) Method
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("copyBounds", 
       "(Landroid/graphics/Rect;)V", 
       "")>
    Public Overloads Sub CopyBounds( _
       ByVal bounds As Android.Graphics.Rect _
    ) 
    'Usage
     
    
    Dim instance As C1TexBoxBackgroundDrawable
    Dim bounds As Android.Graphics.Rect
     
    instance.CopyBounds(bounds)
    [Android.Runtime.Register("copyBounds", 
       "(Landroid/graphics/Rect;)V", 
       "")]
    public void CopyBounds( 
       Android.Graphics.Rect bounds
    )

    Parameters

    bounds
    See Also