PyCDC.FillRect

FillRect(rect, brush)

Fills a given rectangle with the specified brush

Parameters

rect : (left, top, right, bottom

Specifies the bounding rectangle, in logical units.

brush : PyCBrush

Specifies the brush to use.

MFC References

CDC::FillRect