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 contextLeftRect : int
Position of left edge of rectangleTopRect : int
Position of top edge of rectangleRightRect : int
Position of right edge of rectangleBottomRect : int
Position of bottom edge of rectangleWidth : int
Width of ellipseHeight : int
Height of ellipse