Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
StrokeAndFillPath
win32gui
.StrokeAndFillPath
StrokeAndFillPath(
hdc
)
Combines operations of StrokePath and FillPath with no overlap
Parameters
hdc
:
PyHANDLE
Handle to a device context that contains a closed path. See
win32gui::EndPath
.