Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1LinearGauge Class / GetRangeRect(GaugeRange) Method
The gauge range.


In This Topic
    GetRangeRect(GaugeRange) Method
    In This Topic
    Get the rectangle of gauge range.
    Syntax
    'Declaration
     
    
    Public Function GetRangeRect( _
       ByVal rng As GaugeRange _
    ) As CoreGraphics.CGRect
    'Usage
     
    
    Dim instance As C1LinearGauge
    Dim rng As GaugeRange
    Dim value As CoreGraphics.CGRect
     
    value = instance.GetRangeRect(rng)
    public CoreGraphics.CGRect GetRangeRect( 
       GaugeRange rng
    )

    Parameters

    rng
    The gauge range.

    Return Value

    The rectangle of gauge range.
    See Also