CODComponentLB::_DrawMaskedBitmap

voidCODComponentLB::_DrawMaskedBitmap(CDC*pDC, CBitmap*pbmp, CBitmap*pbmpMask, intx, inty, intcx, intcy)

Draws a masked bitmap given a pointer to the bitmap and its sprite mask.

Defined in: OdComponentLB.cpp

Return Value

void

Parameters

pDC

Pointer to the device context.

pbmp

Pointer to the bitmap.

pbmpMask

Pointer to the sprite mask.

x

X-position for drawing the bitmap.

y

Y-position for drawing the bitmap.

cx

Width of the drawn bitmap.

cy

Height of the drawn bitmap.