System.Types.TSmallPoint Methods
InheritedProtected
| Add | public | Calculates the sum between two TSmallPoint objects. |
| Create | public | Creates a TSmallPoint object. |
| Distance | public | Calculates the distance between two TSmallPoint objects. |
| init | public | Returns a TSmallPoint object with the location (determined by the x and y fields) specified by the received parameters. |
| IsZero | public | Tests whether both the x and y coordinates of a TSmallPoint object are zero. |
| operator != | public | Tests whether two TSmallPoint objects are unequal. |
| operator + | public | Calculates the sum between two TSmallPoint objects. |
| operator += | public | Adds coordinate values to a location determined by a TSmallPoint object. |
| operator - | public | Subtracts certain values from a TSmallPoint object location coordinates. |
| operator -= | public | Calculates the difference between two TSmallPoint objects, by subtracting their coordinates values. |
| operator == | public | Tests whether two TSmallPoint objects are equal. |
| operator Addition | public | Calculates the sum between two TSmallPoint objects. |
| operator Equality | public | Tests whether two TSmallPoint objects are equal, by comparing their x and y values. |
| operator Inequality | public | Tests whether two TSmallPoint objects are unequal, by comparing their x and y values. |
| operator Subtraction | public | Calculates the difference between two TSmallPoint objects. |
| Subtract | public | Calculates the difference between two TSmallPoint objects. |