mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 14:53:40 +00:00
[ATL] Add CRect::PtInRect
This commit is contained in:
parent
05616105a5
commit
58362b229b
1 changed files with 4 additions and 1 deletions
|
@ -380,7 +380,10 @@ public:
|
||||||
::OffsetRect(this, size.cx, size.cy);
|
::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 SetRect(int x1, int y1, int x2, int y2) throw()
|
||||||
//void SetRectEmpty() throw()
|
//void SetRectEmpty() throw()
|
||||||
//CSize Size() const throw()
|
//CSize Size() const throw()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue