fixed docs for ContainsRect().

git-svn-id: svn://10.0.0.236/trunk@24898 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
michaelp%netscape.com
1999-03-23 22:37:20 +00:00
parent a5677717b0
commit 140a738b50

View File

@@ -197,10 +197,10 @@ public:
virtual void Offset(PRInt32 aXOffset, PRInt32 aYOffset) = 0;
/**
* does the region completely contain the rectangle?
* does the region intersect the rectangle?
*
* @param rect to check for containment
* @return true iff the rect is completely contained
* @return true if the region intersects the rect
*
**/