Home | Trees | Indices | Help |
|
---|
|
Python wrapper over the POINT class.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Point |
|
||
Point |
|
||
Point |
|
||
Inherited from |
|
|||
int |
x Horizontal coordinate |
||
int |
y Vertical coordinate |
|
|||
_as_parameter_ Compatibility with ctypes. |
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
See Also: POINT |
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.
Note: To translate multiple points it's more efficient to use the MapWindowPoints function instead. See Also: client_to_screen, screen_to_client |
|
_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 |