Perform 2d OR operation of one region with second region, leaving result in second region
Source position: agraphics.pas line 2361
function OrRegionRegion( |
const srcRegion: pRegion; |
destRegion: pRegion |
):LongBool; |
srcRegion |
|
A pointer to Source Region |
destRegion |
|
A pointer to Destination Region |
Return True if successful operation, Return False if ran out of memory
If any portion of region1 is not in the region then add that portion to the region2
|
Perform 2d AND operation of one region with second region, leaving result in second region. |
|
|
Perform 2d OR operation of rectangle with region, leaving result in region. |
|
|
Perform 2d XOR operation of one region with second region, leaving result in second region |
|
|
Allocates memory for a new Region and initializes it to an empty Region. |