[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Do the corners of the rectangles match
Source position: objects.pp line 237
function TRect.Equals( |
R: TRect |
):Boolean; |
Equalsreturns Trueif the rectangle has the same corner points A,Bas the rectangle R, and Falseotherwise.
For an example, see TRect.Empty
None.
|
Is the surface of the rectangle zero |
|
|
Determine if a point is inside the rectangle |