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 3 - QuickDraw Drawing / QuickDraw Drawing Reference
Routines / Creating and Managing Rectangles


EqualRect

To determine whether two rectangles are equal, you can use the EqualRect function.

FUNCTION EqualRect (rect1,rect2:\xDDRect): Boolean;
rect1
The first of two rectangles to compare.
rect2
The second of two rectangles to compare.
DESCRIPTION
The EqualRect function compares the rectangles you specify in the rect1 and rect2 parameters and returns TRUE if they're equal, FALSE if they're not.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996