win32gui
.CloseFigure
CloseFigure(
hdc
)
Closes a section of a path by connecting the beginning pos with the current pos
Parameters
hdc
:
PyHANDLE
Handle to a device context that contains an open path. See
win32gui::BeginPath
.