win32gui.RoundRect

RoundRect(hdc, LeftRect, TopRect, RightRect, BottomRect, Width, Height)

Draws a rectangle with elliptically rounded corners, filled using using current brush

Parameters

hdc : PyHANDLE

Handle to device context

LeftRect : int

Position of left edge of rectangle

TopRect : int

Position of top edge of rectangle

RightRect : int

Position of right edge of rectangle

BottomRect : int

Position of bottom edge of rectangle

Width : int

Width of ellipse

Height : int

Height of ellipse