Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vetko

  1. vetko

    Fast drawing?

    I would try some optimized double buffering instead... What should I use? Delphix? Graphics32?
  2. vetko

    Fast drawing?

    I`ve seen on the internet the Graphics32 for Delphi, would that be a better choice?
  3. vetko

    Fast drawing?

    I tried UnDelphix but it doesn`t seems much faster:( I don`t know if i`m doing it well, i`m drawing on the g2.surface.canvas is that right? Here is my drawing code: g2.Surface.fill(RGB(255,255,255)); for i:=1 to chargecount do begin if charge[i].q<0 then g2.Surface.Canvas.Brush.color:=clblue...
  4. vetko

    Fast drawing?

    Hello! I`m trying to write a physical simulation in Delphi 6. I`m simulating charges (electrons) moving in a 2D space. So I`ve used a TImage and I`m drawing on it. (I use the DoubleBuffered:=true property of the form). But I`ve found that it`s quite slow, because sometimes I have to draw a lot...

Part and Inventory Search

Back
Top