L
Lloyd Dupont
I have a grid control which is completely owner drawn, each cell draw its
background and content, the grid display column separator. and all screen is
filled with GDI drawn content. and each cell set the clipping rect before
drawing.
this gris is not fast enough (particularly during scroll operation).
I already use back buffer and BitBlt.
I wonder if anyone could gives me advice on how to use GDI for speed ?
what is better and what is worst ?
I have to improve the performance ...
background and content, the grid display column separator. and all screen is
filled with GDI drawn content. and each cell set the clipping rect before
drawing.
this gris is not fast enough (particularly during scroll operation).
I already use back buffer and BitBlt.
I wonder if anyone could gives me advice on how to use GDI for speed ?
what is better and what is worst ?
I have to improve the performance ...