ComponentOne Xamarin.Android
GetLineBounds Method (C1MaskedTextView)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1MaskedTextView Class : GetLineBounds Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("getLineBounds", 
   "(ILandroid/graphics/Rect;)I", 
   "GetGetLineBounds_ILandroid_graphics_Rect_Handler")>
Public Overridable Function GetLineBounds( _
   ByVal line As Integer, _
   ByVal bounds As Android.Graphics.Rect _
) As Integer
'Usage
 
Dim instance As C1MaskedTextView
Dim line As Integer
Dim bounds As Android.Graphics.Rect
Dim value As Integer
 
value = instance.GetLineBounds(line, bounds)
[Android.Runtime.Register("getLineBounds", 
   "(ILandroid/graphics/Rect;)I", 
   "GetGetLineBounds_ILandroid_graphics_Rect_Handler")]
public virtual int GetLineBounds( 
   int line,
   Android.Graphics.Rect bounds
)

Parameters

line
bounds
See Also

Reference

C1MaskedTextView Class
C1MaskedTextView Members