ImageProperties 1.0 control documentation

Subtracts one specified Int32Fraction value from another. The same as operator - (for VB.NET compatibility)

[Visual Basic]
Public Shared Function Subtract( _
   ByVal f1 As Int32Fraction, _
   ByVal f2 As Int32Fraction _
) As Int32Fraction
[C#]
public static Int32Fraction Subtract(
   Int32Fraction f1,
   Int32Fraction f2
);

Parameters

f1
An Int32Fraction (the minuend).
f2
An Int32Fraction (the subtrahend).

Return Value

A Int32Fraction value that is the result of subtracting f2 from f1.

See Also

Int32Fraction Class | ElementIT.ImageProperties Namespace