win32gui.Rectangle

Rectangle(hdc, LeftRect, TopRect, RightRect, BottomRect)

Creates a solid rectangle using currently selected pen and 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