System.Types.TSmallPoint Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AddpublicCalculates the sum between two TSmallPoint objects.
CreatepublicCreates a TSmallPoint object.
DistancepublicCalculates the distance between two TSmallPoint objects.
initpublicReturns a TSmallPoint object with the location (determined by the x and y fields) specified by the received parameters.
IsZeropublicTests whether both the x and y coordinates of a TSmallPoint object are zero.
operator !=publicTests whether two TSmallPoint objects are unequal.
operator +publicCalculates the sum between two TSmallPoint objects.
operator +=publicAdds coordinate values to a location determined by a TSmallPoint object.
operator -publicSubtracts certain values from a TSmallPoint object location coordinates.
operator -=publicCalculates the difference between two TSmallPoint objects, by subtracting their coordinates values.
operator ==publicTests whether two TSmallPoint objects are equal.
operator AdditionpublicCalculates the sum between two TSmallPoint objects.
operator EqualitypublicTests whether two TSmallPoint objects are equal, by comparing their x and y values.
operator InequalitypublicTests whether two TSmallPoint objects are unequal, by comparing their x and y values.
operator SubtractionpublicCalculates the difference between two TSmallPoint objects.
SubtractpublicCalculates the difference between two TSmallPoint objects.