- This wiki is out of date, use the continuation of this wiki instead
Out region
From FenixWiki
[edit] Definition
INT out_region ( <INT processID> , <INT regionID> )
Checks if the specified process is completely outside of the specified region.
The check is not pixel perfect, but uses the bounding box of the process.
[edit] Parameters
INT processID | - The processID of the process to check. |
INT regionID | - The regionID of the region to check with. |
[edit] Returns
INT : true/false: whether the process is completely outside the region.
true | - The process is completely outside the region. |
false | - The process is (partly) inside the region or invalid region or process specified. |
Regions Functions | |
• Define_region() • Out_region() • |