ComponentOne Xamarin.iOS Documentation
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1Gauge Class / Draw Method
The draw range.


In This Topic
    Draw Method (C1Gauge)
    In This Topic
    Draw the gauge in the specified area.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("drawRect:")>
    <ObjCRuntime.ThreadSafeAttribute()>
    <CompilerGeneratedAttribute()>
    Public Overrides Sub Draw( _
       ByVal rect As CoreGraphics.CGRect _
    ) 
    'Usage
     
    
    Dim instance As C1Gauge
    Dim rect As CoreGraphics.CGRect
     
    instance.Draw(rect)
    [Foundation.Export("drawRect:")]
    [ObjCRuntime.ThreadSafe()]
    [CompilerGenerated()]
    public override void Draw( 
       CoreGraphics.CGRect rect
    )

    Parameters

    rect
    The draw range.
    See Also