[Overview][Types][Procedures and functions][Variables][Index] |
Checks whether a Point is within a Rect.
Source position: winapih.inc line 340
function PtInRect( |
const Rect: TRect; |
const Point: TPoint |
):Boolean; |
True when Point is within Rect.
Top and Left side are part of the rectangle, but Bottom and Right side are outside.
lazarus-ccr.sourceforge.net |