Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / Range Structure / Range Constructor
The value of Min.
The value of Max.

In This Topic
    Range Constructor
    In This Topic
    Initializes a new instance of the Range struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal min As System.Single, _
       ByVal max As System.Single _
    )
    public Range( 
       System.float min,
       System.float max
    )

    Parameters

    min
    The value of Min.
    max
    The value of Max.
    See Also