System.Types.TSize Methods
InheritedProtected
| Add | public | Calculates the sum between two TSize objects. |
| Create | public | Creates a TSize object. |
| Distance | public | Calculates the euclidean difference between two TSize objects. |
| IsZero | public | Tests whether the width and the height of the TSize object are zero. |
| operator != | public | Tests whether two TSize objects are unequal. |
| operator + | public | Adds a TSize object to another TSize object. |
| operator += | public | Adds to a TSize object the values from another TSize object. |
| operator - | public | Subtracts a TSize object from another TSize object. |
| operator -= | public | Subtracts a TSize object from another TSize object. |
| operator == | public | Tests whether two TSize objects are equal. |
| operator Addition | public | Calculates the sum between two TSize objects. |
| operator Equality | public | Tests whether two TSize records are equal, by comparing their cx and cy values. |
| operator Inequality | public | Tests whether two TSize objects are unequal, by comparing their cx and cy values. |
| operator Subtraction | public | Calculates the difference between two TSize objects. |
| Subtract | public | Calculates the difference between two TSize objects. |