CODSprite::TransparentStretch

voidCODSprite::TransparentStretch(CDC *pDstDC, intdstX, intdstY, intdstWidth, intdstHeight, intsrcX, intsrcY, intsrcWidth)

StretchBlt with transparency to a device context.

Defined in: OdDib.cpp

Return Value

void

Parameters

pDstDC

Destination X position.

dstX

Destination Y position.

dstY

Destination width.

dstWidth

Destination height.

dstHeight

Source X position.

srcX

Source Y position.

srcY

Source width.

srcWidth

Source height.