Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
FlattenPath
win32gui
.FlattenPath
FlattenPath(
hdc
)
Flattens any curves in current path into a series of lines
Parameters
hdc
:
PyHANDLE
Handle to a device context that contains a closed path. See
win32gui::EndPath
.