fast drawing in delphi



Looking for algorithms, source codes for fast drawing routines in Delphi
I have a hexagonal grid of 100x100 hexagons, each hexagon having its own
color.
I need to draw this map in a very very fast way, the faster possible.
What Delphi technology would you recommend to do this job?
Thanks in advance for your help!



.



Relevant Pages

  • Re: fast drawing in delphi
    ... I have a hexagonal grid of 100x100 hexagons, ... > What Delphi technology would you recommend to do this job? ...
    (comp.lang.pascal.delphi.misc)
  • Re: fast drawing in delphi
    ... SourceForge net. ... source codes for fast drawing routines in Delphi ... >>I have a hexagonal grid of 100x100 hexagons, ...
    (comp.lang.pascal.delphi.misc)
  • Re: fast drawing in delphi
    ... > Delphi I have a hexagonal grid of 100x100 hexagons, ... > What Delphi technology would you recommend to do this job? ... onto a visible canvas. ...
    (comp.lang.pascal.delphi.misc)
  • Re: fast drawing in delphi
    ... > Delphi I have a hexagonal grid of 100x100 hexagons, ... > What Delphi technology would you recommend to do this job? ... which you can access through a pointer. ... You can also use the win32 API graphics commands on it, ...
    (comp.lang.pascal.delphi.misc)