[Overview][Types][Classes][Procedures and functions][Index] |
Indicates if a point with the specified coordinates is within the rectangle used as the bounds for the region.
Source position: lazregions.pas line 34
public function TLazRegionRect.IsPointInPart( |
AX: Integer; |
AY: Integer |
):Boolean; override; |
AX |
|
Horizontal coordinate for the point. |
AY |
|
Vertical coordinate for the point. |
True when the coordinates are located in the bounds rectangle for the region.
Overrides the method in the ancestor class to use the Rect member as the bounds for the region.
Version 4.0 | Generated 2025-05-03 | Home |