ImageProperties 1.0 control documentation

Initializes a new instance of the Int32Fraction class.

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

Parameters

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

Remarks

To set negative sign of the fraction use negative numerator or denominator.

See Also

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