Mega Code Archive

 
Categories / Delphi / Strings
 

Im painting complex graphics how can i speed up redrawing

Steve Teixeira <steixeir@borland.com> says: Use a TBitmap component as a memory DC. You can then copy from Bitmap.Canvas to your form's Canvas.