Perform 2d OR operation of rectangle with region, leaving result in region.
Source position: agraphics.pas line 2360
function OrRectRegion( |
region: pRegion; |
const rectangle: pRectangle |
):LongBool; |
Return True if successful operation, Return False if ran out of memory
If any portion of rectangle is not in the region then add that portion to the region.
|
Perform 2d AND operation of rectangle with region, leaving result in region. |
|
|
Perform 2d OR operation of one region with second region, leaving result in second 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. |