[]
        
(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)
Public Sub New(min As Single, max As Single)
Parameters
Type Name Description
float min

The value of Min.

float max

The value of Max.