Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
StrokePath
win32gui
.StrokePath
StrokePath(
hdc
)
Draws current path with currently selected pen
Parameters
hdc
:
PyHANDLE
Handle to a device context that contains a closed path. See
win32gui::EndPath
.