Tech Support > Microsoft Windows > Development Resources > Transparent stretchBlt?
Transparent stretchBlt?
Posted by JoeC on March 3rd, 2006


I would like to take a bitmap make with transparentBlt then stretch it,
How do I do this?

Posted by Kellie Fitton on March 3rd, 2006


Hi,

The remarks section for the following API explains how to stretch the
image:

TransparentBlt()

http://msdn.microsoft.com/library/de...tmaps_2y9g.asp

Hope these information helps,

Kellie.

Posted by Lindsay on March 4th, 2006


I have heard that TransparentBlt produces memory leaks.


Posted by JoeC on March 4th, 2006


I guess I got it to work, the though part is gettring the dev C++
compiler to recognize transparentblt cmd.


Similar Posts