CODComponent::IntersectsEx
BOOLCODComponent::IntersectsEx(const CRect&rc)
Does the bounding rectangle of this component overlap the specified rectangle? This version augments the one implemented in MvcVisualComponent by taking into account the fact that the width or height of a component may be zero (i.e. a line).
Defined in: OdComponent.cpp
Return Value
Non-zero if bounding rectangle of component intersects the specified rectangle, otherwise zero.
Parameters
rc
Rectangle to test.