System.Types.TPointF Methods
InheritedProtected
| _sameValue | public | Tests whether a TPointF object's fields are equal to some other values, received as parameters. |
| _sqrf | public | Returns the squared value of the value received as parameter. |
| Add (deprecated) | public | Calculates the sum between two points. |
| Angle | public | Calculates the angle in radians formed by the point and the APoint parameter relative to the X-Axis using an Arctan2 function. |
| AngleCosine | public | |
| Ceiling | public | Does superior rounding over the coordinates of the TPointF object. |
| Create | public | Creates and returns a TPointF object. |
| CrossProduct | public | |
| Distance | public | Calculates the distance between the current TPointF object and the point specified by the APoint parameter. |
| DotProduct | public | |
| EqualsTo | public | |
| IsEmpty | public | Tests whether the point is empty. |
| IsZero | public | Tests whether the point is zero. |
| Length | public | |
| MidPoint | public | |
| Normalize | public | |
| Offset | public | Increments the values of X and Y. |
| operator != | public | Tests whether two points are not equal. |
| operator + | public | Calculates the sum between two points. |
| operator += | public | Adds certain values to a point location. |
| operator - | public | Subtracts certain values from a point's location coordinates. |
| operator -= | public | Calculates the difference between two points. |
| operator == | public | Tests whether two points are equal. |
| operator Addition | public | Calculates the sum between two points. |
| operator Division | public | |
| operator Equality | public | Tests whether two TPointF objects are equal. |
| operator Implicit | public | |
| operator Inequality | public | Tests whether two points are not equal. |
| operator Multiply | public | |
| operator Subtraction | public | Calculates the difference between two TPointF objects. |
| operator UnaryNegation | public | |
| PointInCircle | public | Tests whether the point is on or inside a circle. |
| PtInCircle | public | Tests whether the point is within a circle. |
| Reflect | public | |
| Rotate | public | |
| Round | public | Rounds the coordinates of the TPointF object. |
| Scale (deprecated) | public | |
| SetLocation (deprecated) | public | Sets the location of a TPointF object. |
| Subtract (deprecated) | public | Calculates the difference between two TPointF objects. |
| Truncate | public | Truncates the coordinates of the TPointF object. |
| Zero | public | Point where the values of X and Y are all 0. |