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

XorRegionRegionND

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

Declaration

Source position: agraphics.pas line 2218

function XorRegionRegionND(

  R1: PRegion;

  R2: PRegion

):PRegion;

Arguments

R1

  

A pointer to Source Region

R2

  

A pointer to Destination Region

Function result

R2 Region or nil if out of memory

Description

Join the regions together. If any part of SrcRegion overlaps DestRegion then remove that from the new region.

See also

OrRegionRegion

  

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

AndRegionRegion

  

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

XorRegionRegionND

  

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


Documentation generated on: 2021-07-30