System.Types.TPoint Methods
InheritedProtected
| _sqr | public | Returns the square of the integer received as parameter. |
| Add | public | Calculates the sum between two points. |
| Angle | public | Calculates the angle in radians between the positive X-axis of a plane and the point given by the coordinates (X, Y) on the plane. |
| Create | public | Creates a TPoint object. |
| Distance | public | Calculates the distance between the current TPoint object and the point specified by the P2 parameter. |
| IsEmpty | public | Tests whether the point is empty. |
| IsZero | public | Tests whether the point is zero. |
| 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 Equality | public | Tests whether two TPoint objects are equal. |
| operator Explicit | public | Returns a TSmallPoint object. |
| operator Implicit | public | Returns a TPoint object. |
| operator Inequality | public | Tests whether two points are not equal. |
| operator Subtraction | public | Calculates the difference between two TPoint objects. |
| PointInCircle | public | Tests whether the point is on or inside a circle. |
| PtInCircle | public | Tests whether the point is within a circle. |
| SetLocation | public | Sets the location of a TPoint object. |
| Subtract | public | Calculates the difference between two TPoint objects. |
| Zero | public | Point where the values of X and Y are all 0. |