| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Rect
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 x.__class__.__doc__ 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 Tue Jul 20 14:32:21 2010 | http://epydoc.sourceforge.net |