fixed docs for ContainsRect().

This commit is contained in:
michaelp%netscape.com 1999-03-23 22:37:20 +00:00
Родитель e5e302b332
Коммит 8e2a688d1c
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
*
**/