[ATL] Add CRect::PtInRect

This commit is contained in:
Mark Jansen
2019-06-26 21:20:43 +02:00
parent 05616105a5
commit 58362b229b
+4 -1
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()