Compares two regions.
Source position: agraphics.pas line 2232
function AreRegionsEqual( |
R1: PRegion; |
R2: PRegion |
):LongBool; |
R1 |
|
A pointer to a region structure |
R2 |
|
A pointer to a region structure |
True if the regions are equal, False otherwise.
|
Perform 2d XOR operation of one region with second region, leaving result in second region |
|
|
Perform 2d OR operation of one region with second region, leaving result in second region |