CMvcVisualComponent::Intersects

BOOL CMvcVisualComponent::Intersects(const CRect& rc)

Tests whether the rectangle intersects the component's bounds

Defined in: MvcVisualComponent.h

Return Value

BOOL Returns TRUE if the rectangle overlaps the component; otherwise FALSE

Parameters

rc

The rect to test

Comments

This function tests whether the specified rectangle intersects the component's bounds.

See Also

ContainsPoint