ImageProperties 1.0 control documentation

Initializes a new instance of the Int32Fraction class.

[Visual Basic]
Overloads Public Sub New( _
   ByVal numerator As UInt32, _
   ByVal denominator As UInt32 _
)
[C#]
public Int32Fraction(
   uint numerator,
   uint denominator
);

Parameters

numerator
The numerator or the fraction.
denominator
The denominator or the fraction

Remarks

Use this constructor to create unsigned fraction.

See Also

Int32Fraction Class | ElementIT.ImageProperties Namespace | Int32Fraction Constructor Overload List