[]
        
(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)
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)
Parameters
Type Name Description
GaugeRange rng

The gauge range.

Returns
Type Description
C1Rect

The rectangle of gauge range.