Click here to Skip to main content
15,913,610 members
Articles / Programming Languages / C++/CLI

Using GDI Objects the Right Way

Rate me:
Please Sign up or sign in to vote.
4.20/5 (7 votes)
23 Dec 2009Apache4 min read 36K   14  
It is common to see rendering routines where brushes/pens/fonts are created without being disposed, or GDI objects created in the control’s constructor, released (if at all) in the control’s Dispose method. I will try to address these issues in the form of a FAQ.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Apache License, Version 2.0


Written By
Turkey Turkey
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions