CODSprite::TransparentStretch

void CODSprite::TransparentStretch(CDC * pDstDC, int dstX, int dstY, int dstWidth, int dstHeight, int srcX, int srcY, int srcWidth)

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.