Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
CloseFigure
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
.