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
.