MGL_equalRegion

Determines if two regions are equal.

Declaration

ibool MGLAPI MGL_equalRegion(
    const region_t *r1,
    const region_t *r2)

Prototype In

mgraph.h

Parameters

r1

First region to compare

r2

Second region to compare

 

Return Value

True if the regions are equal, false if not.

Description

Determines if two regions are equal, by comparing the bounding rectangles and the definitions for both of the regions.

See Also

MGL_emptyRegion, MGL_unionRegion, MGL_diffRegion, MGL_sectRegion, MGL_offsetRegion, MGL_ptInRegion, MGL_ptInRegionCoord

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com