|
|
|
|
|
__init__(self,
x=0,
y=0,
width=0,
height=0)
__init__(self, int x = 0, int y = 0, int width = 0, int height = 0)
-> Rect __init__(self, int x = 0, int y = 0, int width = 0) ->
Rect __init__(self, int x = 0, int y = 0) -> Rect __init__(self,
int x = 0) -> Rect __init__(self) -> Rect |
source code
|
|
|
int
|
|
|
int
|
|
|
|
__eq__(self,
*args)
__eq__(self, Rect rect) -> bool |
source code
|
|
|
|
contains(self,
*args)
contains(self, Point point) -> bool |
source code
|
|
|
|
intersects(self,
*args)
intersects(self, Rect rect) -> bool |
source code
|
|
|
|
intersectInplace(self,
*args)
intersectInplace(self, Rect rect) -> bool |
source code
|
|
|
int
|
|
|
int
|
|
|
|
|
|
|
|
|
int
|
|
|
int
|
|
|
|
|
|
|
|
|
string
|
|