PatBlt(hdc, XLeft, YLeft, Width, Height, Rop)
Paints a rectangle by combining the current brush with existing colors
Parameters
hdc : PyHANDLE
Handle to a device contextXLeft : int
Horizontal posYLeft : int
Vertical posWidth : int
Width of rectangular areaHeight : int
Height of rectangular areaRop : int
Raster operation, one of PATCOPY,PATINVERT,DSTINVERT,BLACKNESS,WHITENESS