win32gui.PlgBlt

PlgBlt(Dest, Point, Src, XSrc, YSrc, Width, Height, Mask, xMask, yMask)

Copies color from a rectangle into a parallelogram

Parameters

Dest : PyHANDLE

Destination DC

Point : tuple

Sequence of 3 POINT tuples (x,y) describing a paralellogram

Src : PyHANDLE

Source device context

XSrc : int

Left edge of source rectangle

YSrc : int

Top of source rectangle

Width : int

Width of source rectangle

Height : int

Height of source rectangle

Mask=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