CMvcVisualComponent::ContainsPoint

BOOL CMvcVisualComponent::ContainsPoint(const CPoint& pt)

Tests whether a point lies within the component's bounds

Defined in: MvcVisualComponent.h

Return Value

BOOL Returns TRUE if the point lies inside the component; otherwise FALSE

Parameters

pt

The point to test

Comments

This function tests whether the specified point lies within the component.

See Also

Intersects