Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1FontIcon Class / Draw Method


In This Topic
    Draw Method (C1FontIcon)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Sub Draw( _
       ByVal rect As CoreGraphics.CGRect _
    ) 
    'Usage
     
    
    Dim instance As C1FontIcon
    Dim rect As CoreGraphics.CGRect
     
    instance.Draw(rect)
    public override void Draw( 
       CoreGraphics.CGRect rect
    )

    Parameters

    rect
    See Also