ComponentOne Xamarin.iOS
TextRect Method


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1TextField Class : TextRect Method
Syntax
'Declaration
 
<Foundation.ExportAttribute("textRectForBounds:")>
<CompilerGeneratedAttribute()>
Public Overrides Function TextRect( _
   ByVal forBounds As CoreGraphics.CGRect _
) As CoreGraphics.CGRect
'Usage
 
Dim instance As C1TextField
Dim forBounds As CoreGraphics.CGRect
Dim value As CoreGraphics.CGRect
 
value = instance.TextRect(forBounds)
[Foundation.Export("textRectForBounds:")]
[CompilerGenerated()]
public override CoreGraphics.CGRect TextRect( 
   CoreGraphics.CGRect forBounds
)

Parameters

forBounds
See Also

Reference

C1TextField Class
C1TextField Members