PyCDC.Draw3dRect

Draw3dRect(rect, colorTopLeft, colorBotRight)

Draws a three-dimensional rectangle.

Parameters

rect : (left, top, right, bottom

Specifies the bounding rectangle, in logical units.

colorTopLeft : int

Specifies the color of the top and left sides of the three-dimensional rectangle.

colorBotRight : int

Specifies the color of the bottom and right sides of the three-dimensional rectangle.

MFC References

CDC::Draw3dRect