PyCDC.DrawIcon

DrawIcon(point, hIcon)

Draws an icon on the DC.

Parameters

point : (x,y)

The point coordinate to draw to.

hIcon : PyHANDLE

The handle of the icon to draw.

MFC References

CDC::DrawIcon