Do the corners of the rectangles match.
Source position: objects.pp line 273
function TRect.Equals( |
R: TRect |
):Boolean; |
Equals returns True if the rectangle has the same corner points A,B as the rectangle R, and False otherwise.
For an example, see TRect.Empty
None.
|
Is the surface of the rectangle zero. |
|
|
Determine if a point is inside the rectangle. |