System.Types.TSizeF Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
_sameValuepublicTests whether a TSizeF object's Fields are equal to some other values, received as parameters.
AddpublicCalculates the sum between two TSizeF objects.
CeilingpublicDoes superior rounding over the TSizeF object.
CreatepublicCreates a TSizeF object.
DistancepublicCalculates the euclidean difference between two TSizeF objects.
IsZeropublicTests whether the width and the height of the TSizeF object are zero.
operator !=publicTests whether two TSizeF objects are unequal.
operator +publicAdds a TSizeF object to another TSizeF object.
operator +=publicAdds to a TSizeF object values from another TSizeF object.
operator -publicSubtracts a TSizeF object from another TSizeF object.
operator -=publicSubtracts a TSizeF object from another TSizeF object.
operator ==publicTests whether two TSizeF objects are equal.
operator AdditionpublicCalculates the sum between two TSizeF objects.
operator EqualitypublicTests whether two TSizeF records are equal, by comparing their cx and cy values.
operator ImplicitpublicReturns a TSizeF object, with the same value as the parameter sent.
operator InequalitypublicTests whether two TSizeF records are unequal, by comparing their cx and cy values.
operator SubtractionpublicCalculates the difference between two TSizeF objects.
RoundpublicRounds the TSizeF object.
SubtractpublicCalculates the difference between two TSizeF objects.
SwapDimensionspublicReturns the height and width sizes swapped.
TruncatepublicTruncates the TSizeF object.