Indicates if the specified point is within the bounds for the region.
Source position: lazregions.pas line 104
public function TLazRegionWithChilds.IsPointInRegion( |
AX: Integer; |
AY: Integer |
):TLazRegionWithChilds; virtual; |
AX |
|
Horizontal coordinate for the point. |
AY |
|
Vertical coordinate for the point. |
True when the point is within the bounds for one of the child areas in the region.
Returns itself or a child, depending on where the point was found, or nil if the point is neither in the region nor in any children.
Part of the behavior is implemented in TLazRegionWithChilds.