IsEqualPoints
Indicates whether points are equal.
Unit
function IsEqualPoints(Point1, Point2: TPoint): Boolean;
Description
Call IsEqualPoints to determine whether Point1 is equal Point2. Returns:
Value |
Meaning |
True |
Points are equal. |
False |
Points are not equal. |
Go to CAD VCL Enterprise