Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32gui
>
Ellipse
win32gui
.Ellipse
Ellipse(
hdc
, LeftRect
, TopRect
, RightRect
, BottomRect
)
Draws a filled ellipse on a device context
Parameters
hdc
:
PyHANDLE
Device context on which to draw
LeftRect
: int
Left limit of ellipse
TopRect
: int
Top limit of ellipse
RightRect
: int
Right limit of ellipse
BottomRect
: int
Bottom limit of ellipse