Paint(dcObject, rectDest, rectSrc)
Paint a bitmap.
Parameters
dcObject : PyCDC
The DC object to paint the bitmap to.rectDest=(0,0,0,0) : (left,top,right,bottom)
The destination rectangle to paint to.
rectSrc=(0,0,0,0) : (left,top,right,bottom)
The source rectangle to paint from.