Contents
|
PyCDC
.FillSolidRect
FillSolidRect(
rect
, color
)
Fills the given rectangle with the specified solid color.
Parameters
rect
: (left, top, right, bottom
Specifies the bounding rectangle, in logical units.
color
: int
Specifies the color to use.
MFC References
CDC::FillSolidRect