ComponentOne Xamarin.iOS
DrawText Method (C1Label)


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1Label Class : DrawText Method
Syntax
'Declaration
 
<Foundation.ExportAttribute("drawTextInRect:")>
<CompilerGeneratedAttribute()>
Public Overrides Sub DrawText( _
   ByVal rect As CoreGraphics.CGRect _
) 
'Usage
 
Dim instance As C1Label
Dim rect As CoreGraphics.CGRect
 
instance.DrawText(rect)
[Foundation.Export("drawTextInRect:")]
[CompilerGenerated()]
public override void DrawText( 
   CoreGraphics.CGRect rect
)

Parameters

rect
See Also

Reference

C1Label Class
C1Label Members