CODFontListBox::_DrawMaskedBitmap

void CODFontListBox::_DrawMaskedBitmap(CDC* pDC, CBitmap* pbmp, CBitmap* pbmpMask, int x, int y, int cx, int cy)

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

Defined in: OdFontCompPP.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.