Rectangle(hdc, LeftRect, TopRect, RightRect, BottomRect)
Creates a solid rectangle using currently selected pen and 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 rectangle