Unit 'agraphics' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#aros]

AreRegionsEqual

Compares two regions.

Declaration

Source position: agraphics.pas line 2232

function AreRegionsEqual(

  R1: PRegion;

  R2: PRegion

):LongBool;

Arguments

R1

  

A pointer to a region structure

R2

  

A pointer to a region structure

Function result

True if the regions are equal, False otherwise.

See also

XorRegionRegion

  

Perform 2d XOR operation of one region with second region, leaving result in second region

OrRegionRegion

  

Perform 2d OR operation of one region with second region, leaving result in second region


Documentation generated on: 2021-07-30