Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

region.h File Reference


Defines

#define EXTENTCHECK(r1, r2)

Define Documentation

#define EXTENTCHECK r1,
r2   
 

Value:

(  ((r1)->BR.x > (r2)->TL.x) \
        && ((r1)->TL.x < (r2)->BR.x) \
        && ((r1)->BR.y > (r2)->TL.y) \
        && ((r1)->TL.y < (r2)->BR.y) )


Generated on Tue Dec 10 19:53:51 2002 for libwmf by doxygen1.2.18