Perform 2d CLEAR operation of rectangle with region, leaving result in region.
Source position: agraphics.pas line 2129
function ClearRectRegion( |
Reg: PRegion; |
Rect: PRectangle |
):LongBool; |
Reg |
|
A pointer to Region structure |
Rect |
|
A pointer to Rectangle structure |
Returns True if successful operation, returns False if ran out of memory
Clip away any portion of the region that exists inside of the rectangle. Leave the result in region.
|
Perform 2d AND operation of rectangle with region, leaving result in region. |
|
|
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 rectangle with region, leaving result in region |
|
|
Perform 2d CLEAR operation of rectangle with region, leaving result in region. |
|
|
Allocates memory for a new Region and initializes it to an empty Region. |