SetRectRgn(hrgn, LeftRect, TopRect, RightRect, BottomRect)
Makes an existing region rectangular
Parameters
hrgn : PyGdiHandle
Handle to a regionLeftRect : int
Left edge in logical unitsTopRect : int
Top edge in logical unitsRightRect : int
Right edge in logical unitsBottomRect : int
Bottom edge in logical units