The RangeF Constructor includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Initializes a new instance of the RangeF class.Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal startValue As Nullable(Of Single), _ ByVal lastValue As Nullable(Of Single) _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim startValue As Nullable(Of Single) Dim lastValue As Nullable(Of Single) Dim instance As New RangeF(startValue, lastValue) |
C# | |
---|---|
public RangeF( Nullable<float> startValue, Nullable<float> lastValue ) |
C++/CLI | |
---|---|
public: RangeF( Nullable<float> startValue, Nullable<float> lastValue ) |
Parameters
- startValue
- The first value of the range.
- lastValue
- The last value of the range.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7