| Home | Trees | Indices | Help |
|
|---|
|
|
Python wrapper over the RECT class.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Rect |
|
||
| Rect |
|
||
| Rect |
|
||
|
Inherited from |
|||
|
|||
| int |
width Width in pixels. |
||
| int |
height Height in pixels. |
||
| int |
bottom Vertical coordinate for the bottom right corner. |
||
| int |
left Horizontal coordinate for the top left corner. |
||
| int |
right Horizontal coordinate for the bottom right corner. |
||
| int |
top Vertical coordinate for the top left corner. |
||
|
|||
|
_as_parameter_ Compatibility with ctypes. |
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
See Also: RECT |
Translates window screen coordinates to client coordinates.
See Also: client_to_screen, translate |
Translates window client coordinates to screen coordinates.
See Also: screen_to_client, translate |
Translate coordinates from one window to another.
See Also: client_to_screen, screen_to_client |
|
|||
widthWidth in pixels. Same asright - left.
|
heightHeight in pixels. Same asbottom - top.
|
|
|||
_as_parameter_Compatibility with ctypes. Allows passing transparently a Point object to an API call.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 20 17:55:14 2013 | http://epydoc.sourceforge.net |