tuple,tuple = GetPath(hdc)
Returns a sequence of points that describe the current path
Parameters
hdc : PyHANDLE
Handle to a device context containing a finalized path. See win32gui::EndPathReturn Value
Returns a sequence of POINT tuples, and a sequence of ints designating each point's function (combination of win32con.PT_* values)