mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 19:09:49 +00:00
fixed docs for ContainsRect().
This commit is contained in:
parent
e5e302b332
commit
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
|
||||
*
|
||||
**/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user