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

AndRectRect

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

Declaration

Source position: agraphics.pas line 2236

function AndRectRect(

  Rect1: PRectangle;

  Rect2: PRectangle;

  Intersect: PRectangle

):LongBool;

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.

XorRectRegion

  

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

AndRectRegion

  

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


Documentation generated on: 2021-07-30