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

OrRectRegionND

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

Declaration

Source position: agraphics.pas line 2214

function OrRectRegionND(

  Reg: PRegion;

  Rect: PRectangle

):PRegion;

Arguments

Reg

  

A pointer to Region structure

Rect

  

A pointer to Rectangle structure

Function result

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

Description

If any portion of rectangle is not in the region then add that portion to the region.

See also

AndRectRegion

  

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

OrRegionRegion

  

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

XorRegionRegion

  

Perform 2d XOR 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.

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