[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Check whether two TPointvariables are equal.
Source position: line 0
function PointsEqual( |
const P1: TPoint; |
const P2: TPoint |
):Boolean; |
const P1: TSmallPoint; |
const P2: TSmallPoint |
):Boolean; |
PointsEqualcompares the P1and P2points (of type TPointor TSmallPoint) and returns Trueif the Xand Ycoordinates of the points are equal, or Falseotherwise.
|
Special type to handle a fake TComponentposition |
|
|
Type to describe point in a small plane. |
|
|
Check whether a point is invalid. |