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

OrRegionRegionND

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

Declaration

Source position: agraphics.pas line 2216

function OrRegionRegionND(

  R1: PRegion;

  R2: PRegion

):PRegion;

Arguments

R1

  

A pointer to Source Region

R2

  

A pointer to Destination Region

Function result

The resulting region or nil in case there's no enough free memory

Description

If any portion of R1 is not in the region then add that portion to the R2

See also

AndRegionRegion

  

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

OrRectRegion

  

Perform 2d OR operation of rectangle with region, leaving result in region.

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

ClearRectRegion

  

Perform 2d CLEAR operation of rectangle with region, leaving result in region.

NewRegion

  

Allocates memory for a new Region and initializes it to an empty Region.


Documentation generated on: 2021-07-30