#include <cmxexdc.h>
Inheritance diagram for CMXLensBBox:

Public Member Functions | |
| CMXLensBBox (DocRect *bbox) | |
| BOOL | DoesIntersect (DocRect *pBBox) |
Private Member Functions | |
| CC_DECLARE_DYNAMIC (CMXLensBBox) | |
Private Attributes | |
| DocRect | BBox |
Definition at line 838 of file cmxexdc.h.
|
|
Definition at line 843 of file cmxexdc.h. 00843 {BBox = *bbox;};
|
|
|
|
|
|
Definition at line 845 of file cmxexdc.h. 00845 {return BBox.IsIntersectedWith(*pBBox);};
|
|
|
|
1.4.4