Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

History
37 lines (22 loc) · 756 Bytes

OrRectRegion.md

File metadata and controls

37 lines (22 loc) · 756 Bytes

NAME

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

SYNOPSIS

    status = OrRectRegion(region,rectangle)
      d0                    a0      a1

    BOOL OrRectRegion( struct Region *, struct Rectangle * );

Links: Region Rectangle

FUNCTION

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

INPUTS

region - pointer to Region structure rectangle - pointer to Rectangle structure

RESULTS

status - return TRUE if successful operation return FALSE if ran out of memory

BUGS

SEE ALSO

AndRectRegion OrRegionRegion graphics/regions.h