PlgBlt(Dest, Point, Src, XSrc, YSrc, Width, Height, Mask, xMask, yMask)
Copies color from a rectangle into a parallelogram
Parameters
Dest : PyHANDLE
Destination DCPoint : tuple
Sequence of 3 POINT tuples (x,y) describing a paralellogramSrc : PyHANDLE
Source device contextXSrc : int
Left edge of source rectangleYSrc : int
Top of source rectangleWidth : int
Width of source rectangleHeight : int
Height of source rectangleMask=None : PyGdiHANDLE
Handle to monochrome bitmap to mask source, can be None
xMask=0 : int
x pos in mask
yMask=0 : int
y pos in mask