fixed docs for ContainsRect().

This commit is contained in:
michaelp%netscape.com 1999-03-23 22:37:20 +00:00
Родитель 27b1390a23
Коммит d6043e368d
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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
*
**/