[]
        
(Showing Draft Content)

C1.Blazor.Gauge.C1LinearGauge.GetRangeRect

GetRangeRect Method

GetRangeRect(GaugeRange, double)

Get the rectangle of gauge range.

Declaration
protected virtual C1Rect GetRangeRect(GaugeRange range, double value)
Protected Overridable Function GetRangeRect(range As GaugeRange, value As Double) As C1Rect
Parameters
Type Name Description
GaugeRange range

The gauge range.

double value

The gauge value.

Returns
Type Description
C1Rect

The rectangle of gauge range.

GetRangeRect(GaugeRange)

Get the rectangle of gauge range.

Declaration
public C1Rect GetRangeRect(GaugeRange rng)
Public Function GetRangeRect(rng As GaugeRange) As C1Rect
Parameters
Type Name Description
GaugeRange rng

The gauge range.

Returns
Type Description
C1Rect

The rectangle of gauge range.