PyCWnd.MapWindowPoints
MapWindowPoints(wnd, points)
Converts (maps) a set of points from the coordinate space of a window to the
coordinate space of another window.
Parameters
wnd : PyCWnd
points : [ (x,y), ...]
The points to mapReturn Value
A list of the mapped points from the coordinate space of the CWnd to the coordinate space of another
window.