JCL Help:TJclRegion.PointIn@Integer@Integer
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclRegion.PointIn Method (Integer, Integer)
[+] TJclRegion Methods
[+] TJclRegion Properties
Search in JCL Help
Search in all projects
Summary
Check if a point is in the region.
Pascal
public function PointIn(X: Integer; Y: Integer): Boolean; overload;
public function PointIn(const Point: TPoint): Boolean; overload;
Parameters
Parameters | Description |
X: Integer | X-coordinate of the point. |
Y: Integer | Y-coordinate of the point. |
const Point: TPoint | The point to check. |
Return Value
Is the point in the region.
Description
Check if a point is in the region.
About
Donator
Wim De Cleen
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page