'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.