. NET WinForm implementation of GDI double buffering _ Practical Tips

Source: Internet
Author: User
The following small series for you to share a. NET WinForm GDI double buffering implementation method, with a good reference value, I hope to learn from you. NET Help. Take a look at the small partners who are interested in. Net.

Sometimes in the form of the continuous GDI + operation will occur when the flash, in addition to modify the form parameters, should also solve the problem of the refresh itself, double buffering may be the case.

Method 1:

Draw the bitmap with GDI and then regenerate it


Bitmap BT = new Bitmap (510, 510); Graphics g = Graphics.fromimage (BT); G.drawellipse (pens.red, +, New Random (). Next (1, max), G.dispose (); GB. DrawImage (bt,0,0); GB. Dispose ();


The above. NET WinForm GDI double buffering implementation method is the small part to share the whole content of everyone, hope to give you a reference, but also hope that we support topic.alibabacloud.com.

Related recommendations:

Workaround for ASP. NET deployment to IIS FAQ _ Practical Tips

Example of implementing the Forms Authentication authentication process in ASP.

How IIS implements the method of deploying an ASP. NET MVC Web site

Related Article

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.