C1.Blazor.Gauge Assembly / C1.Blazor.Gauge Namespace / C1BulletGraph 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 C1Rect
 

Parameters

rng
The gauge range.

Return Value

The rectangle of gauge range.
See Also