[ATL] Add CRect::PtInRect

This commit is contained in:
Mark Jansen 2019-06-01 13:53:04 +02:00
parent 05616105a5
commit 58362b229b
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -380,7 +380,10 @@ public:
::OffsetRect(this, size.cx, size.cy);
}
//BOOL PtInRect(POINT point) const throw()
BOOL PtInRect(POINT point) const throw()
{
return ::PtInRect(this, point);
}
//void SetRect(int x1, int y1, int x2, int y2) throw()
//void SetRectEmpty() throw()
//CSize Size() const throw()