System.Types.TSizeF Methods
InheritedProtected
| _sameValue | public | Tests whether a TSizeF object's Fields are equal to some other values, received as parameters. |
| Add | public | Calculates the sum between two TSizeF objects. |
| Ceiling | public | Does superior rounding over the TSizeF object. |
| Create | public | Creates a TSizeF object. |
| Distance | public | Calculates the euclidean difference between two TSizeF objects. |
| IsZero | public | Tests whether the width and the height of the TSizeF object are zero. |
| operator != | public | Tests whether two TSizeF objects are unequal. |
| operator + | public | Adds a TSizeF object to another TSizeF object. |
| operator += | public | Adds to a TSizeF object values from another TSizeF object. |
| operator - | public | Subtracts a TSizeF object from another TSizeF object. |
| operator -= | public | Subtracts a TSizeF object from another TSizeF object. |
| operator == | public | Tests whether two TSizeF objects are equal. |
| operator Addition | public | Calculates the sum between two TSizeF objects. |
| operator Equality | public | Tests whether two TSizeF records are equal, by comparing their cx and cy values. |
| operator Implicit | public | Returns a TSizeF object, with the same value as the parameter sent. |
| operator Inequality | public | Tests whether two TSizeF records are unequal, by comparing their cx and cy values. |
| operator Subtraction | public | Calculates the difference between two TSizeF objects. |
| Round | public | Rounds the TSizeF object. |
| Subtract | public | Calculates the difference between two TSizeF objects. |
| SwapDimensions | public | |
| Truncate | public | Truncates the TSizeF object. |