Exemplo n.º 1
0
bool CRectangle::Contains (const CPoint& pt) const
{
    return (Contains(pt.GetX(), pt.GetY()));
}