ExtFloodFill(, XStart, YStart, Color, FillType)
Fills an area with current brush
Parameters
=hdc : PyHANDLE
Handle to a device context
XStart : int
Horizontal starting posYStart : int
Vertical starting posColor : int
RGB color value. See win32api::RGB.FillType : int
One of win32con.FLOODFILL* values