System.Types.TSize Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AddpublicCalculates the sum between two TSize objects.
CreatepublicCreates a TSize object.
DistancepublicCalculates the euclidean difference between two TSize objects.
IsZeropublicTests whether the width and the height of the TSize object are zero.
operator !=publicTests whether two TSize objects are unequal.
operator +publicAdds a TSize object to another TSize object.
operator +=publicAdds to a TSize object the values from another TSize object.
operator -publicSubtracts a TSize object from another TSize object.
operator -=publicSubtracts a TSize object from another TSize object.
operator ==publicTests whether two TSize objects are equal.
operator AdditionpublicCalculates the sum between two TSize objects.
operator EqualitypublicTests whether two TSize records are equal, by comparing their cx and cy values.
operator InequalitypublicTests whether two TSize objects are unequal, by comparing their cx and cy values.
operator SubtractionpublicCalculates the difference between two TSize objects.
SubtractpublicCalculates the difference between two TSize objects.