зеркало из https://github.com/mozilla/gecko-dev.git
fixed docs for ContainsRect().
This commit is contained in:
Родитель
e5e302b332
Коммит
8e2a688d1c
|
@ -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
|
||||
*
|
||||
**/
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче