Click here to Skip to main content
15,911,525 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am drawing a Display using SetPixel() function in a Form, It take more time to draw the entire Form (1024 x 1024). Any ActiveX controls are there for Drawing in MFC?
Kindly help me.
Posted

1 solution

A good ideas is to draw in a memory bitmap in a memory dc and after that only bitblt the changed areas. I done it recently and it looks better.

SetPixel is "lame" :-(

Or work with regions => Guide to WIN32 Regions[^]
 
Share this answer
 
Comments
Rajeshkumar Ramasamy 21-Mar-13 0:29am    
Any Controls are there for drawing, Instead of draw pixel by pixel.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900