Use cimage dual-buffering

Source: Internet
Author: User
Void cxxxbutton: onpaint () {cpaintdc DC (this); crect rect; this-> getclientrect (& rect); int imagew = m_pimage-> getwidth (); // m_pimage: define your own member variables. Int imageh = m_pimage-> getheight (); cimage memimg; // create a cimage cache for memimg. create (rect. width (), rect. height (), m_pimage-> getbpp (); HDC tmpdc = memimg. getdc (); CDC memdc; memdc. attach (tmpdc); // use memdc to start memdc. fillsolidrect (rect, RGB (255,255,255); m_pimage-> draw (tmpdc, 0, 0, imagew/m_nstates, imageh, imagew * 0/m_nstates, 0, imagew/m_nstates, imageh); // use memdc to end memimg. draw (DC. m_hdc, 0, 0, rect. width (), rect. height (); // paste the cimage cache to the DC for memdc. detach (); // release the two. Do not release crash memimg. releasedc ();}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.