Re: fast drawing in delphi
- From: Hans-Peter Diettrich <DrDiettrich@xxxxxxxxxxx>
- Date: Sun, 25 Dec 2005 06:45:01 +0100
Maldona8 schrieb:
DoDi, in principle your are right, we can store the data for later processing, so, we can evaluate the results more slowly. That way we can evaluate another more sophisticated and time consuming algorithms for clustering by similarity... You're absolutely right! I can not wait to explain that to my boss!
Good luck :-)
I found a Lock procedure that applies to GraphicalObject in the Help
procedure Lock;
Description
Blocks other execution threads from using the associated canvas until the Unlock method is called.
I was thinking about a different method, preventing Windows from sending paint messages. Something like the LockWindowUpdate API, but not exactly that. It depends on your intention and implementation of the painting, whether such a procedure is required at all.
Une Bonne Année souhaite DoDi .
- References:
- fast drawing in delphi
- From: Maldona8
- Re: fast drawing in delphi
- From: Maldona8
- Re: fast drawing in delphi
- From: Hans-Peter Diettrich
- Re: fast drawing in delphi
- From: Maldona8
- Re: fast drawing in delphi
- From: Francis Burton
- Re: fast drawing in delphi
- From: Maldona8
- Re: fast drawing in delphi
- From: Hans-Peter Diettrich
- Re: fast drawing in delphi
- From: Maldona8
- fast drawing in delphi
- Prev by Date: Setting focus on a TWebBrowser
- Next by Date: looking for a delphi programmer with some decent experience
- Previous by thread: Re: fast drawing in delphi
- Next by thread: Re: fast drawing in delphi
- Index(es):