[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.RangeF.-ctor

RangeF Constructor

RangeF(float, float)

Initializes a new instance of the RangeF struct.

Declaration
public RangeF(float min, float max)
Parameters
Type Name Description
float min

The value of Min.

float max

The value of Max.