Checks if the point (x, y) is contained in the region Reg
Source position: agraphics.pas line 2233
function IsPointInRegion( |
Reg: PRegion; |
x: SmallInt; |
y: SmallInt |
):LongBool; |
Reg |
|
A pointer to a region structure |
x |
|
The point's x coordinate |
y |
|
The point's y coordinate |
True if the point is contained, False otherwise