Board index » delphi » Double Buffering Canvas
Muhammed-Sharif Hussein
![]() Delphi Developer |
Fri, 25 Apr 2003 03:00:00 GMT
|
Muhammed-Sharif Hussein
![]() Delphi Developer |
Fri, 25 Apr 2003 03:00:00 GMT
Double Buffering Canvas
I am currently working on a program that draws a cube on a form's
canvas. Everytime i rotate the cube, it flickers. Could anyone tell me how to double buffer the canvas so that it doesn't flicker? The procedure im using to draw the cube is in another unit, ie: procedure DrawCube(ACube: TCube; CanvasHandle: HDC); The above code works except for the flicker. Thanks in advance. |
Earl F. Glyn
![]() Delphi Developer |
Fri, 25 Apr 2003 03:00:00 GMT
Re:Double Buffering CanvasMuhammed-Sharif: Your posting never appeared on the Borland server and You're probably reading a copy of the Borland newsgroups So if you've been getting few or no replies to your posts, To connect to Borland's server directly yourself, follow If you cannot connect directly to newsgroups because Comments about this should be directed to the "real" Quote"Muhammed-Sharif Hussein" <muhammed_sha...@hotmail.com> wrote in message Quote> I am currently working on a program that draws a cube on a form's http://www.efg2.com/Lab/Library/Delphi/Graphics/Algorithms.htm Here's an example that uses an in-memory bitmap the same size as a TImage http://www.efg2.com/Lab/Graphics/SphereInCubeMovie.htm Hope your next post is seen on the "real" Borland newsgroups. -- Earl F. Glynn E-mail: e...@efg2.com efg's Computer Lab: http://www.efg2.com/Lab |
jeroen 0
![]() Delphi Developer |
Sun, 27 Apr 2003 03:00:00 GMT
Re:Double Buffering CanvasDear Earl, I got a simmilair comment from a news reader, he said that i have to Thanks a lot! jeroen02 On Mon, 06 Nov 2000 17:12:47 GMT, "Earl F. Glynn" <EarlGl...@att.net> Quote>Muhammed-Sharif: |
1. HELP: Double buffering, canvas and win32api
2. Is there a way to double-buffer canvas drawing operations
3. Double Buffering in Canvas?
4. Double buffering Form.Canvas Keep AlphaBlend?
5. Double buffering problem with a PaintBox in a ScrollBox - canvas is drawn incompletely