[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Tests whether a point lies in a region.
Source position: winapih.inc line 216
public function TWidgetSet.PtInRegion( |
RGN: HRGN; |
X: Integer; |
Y: Integer |
):Boolean; virtual; |
RGN |
|
The region. |
X |
|
The point coordinate. |
Y |
|
The point coordinate. |
True when the point lies in the region.
Version 4.0 | Generated 2025-05-03 | Home |