IsEqualRegion

Determines if two regions are equal.

Declaration

ibool NAPI GA_regionFuncs::IsEqualRegion(
    const GA_region *r1,
    const GA_region *r2)

Prototype In

snap/graphics.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

IsEmptyRegion, UnionRegion, DiffRegion, SectRegion, OffsetRegion, PtInRegion

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