blursea
08-25-2001, 08:34 AM
i did a picture in bitblt, and i want to duplicate it 10 times,
how can i do that?!!!
how can i do that?!!!
duplicate the bitbltblursea 08-25-2001, 08:34 AM i did a picture in bitblt, and i want to duplicate it 10 times, how can i do that?!!! Garrett Sever 08-25-2001, 10:06 AM I don't know that I understand your question completely. To bitblt something 10 times, you simply need to use For i = 1 to 10 Bitblt destDC, destX, destY, destWid, destHgt, srcDC, srcX, srcY, vbSrcCopy Next i . I would not create 10 memory copies of the image ... That would eat up alot of system resources needlessly. Regards, -<font color=purple>The Hand</font color=purple> Mornin inb2een cold stone ashes fall upon the wretched chosen 1s 100 megatons evaporate those chosen blursea 08-25-2001, 12:46 PM look i did like this: Private Sub hero() Dim SUCCESS As Integer SUCCESS = BitBlt(Picture1.hdc, Xhero, Yhero, 16, 50, Picture3.hdc, xchar, ychar, SRCAND) SUCCESS = BitBlt(Picture1.hdc, Xhero, Yhero, 16, 50, Picture2.hdc, xchar, ychar, SRCPAINT) End Sub i want to duplicate the hero picture which made with bitblt 10 times, how can i do that |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum