ComponentOne Xamarin.iOS Documentation
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1Label Class / DrawText Method


In This Topic
    DrawText Method (C1Label)
    In This Topic
    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