[Overview][Types][Classes][Procedures and functions][Index] |
Indicates if a point with the specified coordinates is within the bounds for the rectangular area.
Source position: lazregions.pas line 26
public function TLazRegionPart.IsPointInPart( |
AX: Integer; |
AY: Integer |
):Boolean; virtual; |
AX |
|
Horizontal coordinate for the point. |
AY |
|
Vertical coordinate for the point. |
True when the coordinates are located in the bounds for the rectangular area.
Always returns False in TLazRegionPart; it uses an empty rectangle as its Bounds (Left, Top, Bottom, and Right set to zero).
Version 4.0 | Generated 2025-05-03 | Home |