win32gui.GetPath

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::EndPath

Return Value

Returns a sequence of POINT tuples, and a sequence of ints designating each point's function (combination of win32con.PT_* values)