Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Imaging With QuickDraw /
Chapter 2 - Basic QuickDraw / Basic QuickDraw Reference
Routines / Manipulating Points in Graphics Ports


EqualPt

To determine whether the coordinates of two given points are equal, use the EqualPt function.

FUNCTION EqualPt (pt1,pt2: Point): Boolean;
pt1,pt2
The two points to be compared.
DESCRIPTION
The EqualPt function compares the points specified in the pt1 and pt2 parameters and returns TRUE if their coordinates are equal or FALSE if they are not.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996