Re: Help for a beginner please!

new topic     » goto parent     » topic index » view thread      » older message » newer message

don cole wrote:
> 
> amux wrote:
> > 
> > Does anyone want to comment
> > this part of a program?
> > 
> > }}}
<eucode>
> > for i = startx to endx do
> > -- ERASE PIXMAP1 (OVERWRITE PIXMAP1 BY PIXMAP2 IN MEMORY)
> > 	 copyBlt(pixmap1,0,0,pixmap2)
> > -- DRAW GRAPHICS ON PIXMAP1
> > 	drawEllipse(pixmap1,0,i,23,i+rad,(23+rad))
> > -- COPY PIXMAP1 TO CONTROL WIN1
> > 	copyBlt(win1,x,y,pixmap1)
> >  end for
> > </eucode>
{{{

> > 
> > /amux
> 
I try to use graphics in win32lib.
Fast and smooth movement, someone wrote about
using two pixmaps ,draw lines on one and then copy to window
This code works , but not smooth so maybe i have missed something.


/amux

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu