PointsEqual
Check whether two TPoint variables are equal.
Declaration
Source position: classesh.inc line 2366
function PointsEqual(const P1: TPoint; const P2: TPoint) : Boolean;
function PointsEqual(const P1: TSmallPoint; const P2: TSmallPoint)
: Boolean;
Description
PointsEqual compares the P1 and P2 points (of type TPoint or TSmallPoint ) and returns True if the X and Y coordinates of the points are equal, or False otherwise.
See also
Name | Description |
---|---|
InvalidPoint | Check whether a point is invalid. |
TPoint | Special type to handle a fake TComponent position |
TSmallPoint | Type to describe point in a small plane. |