GDI+ programming problem

  • Thread starter Thread starter pei_world
  • Start date Start date
P

pei_world

Hi there,

I have a problem about how to keep my draw graphics stay on my control
unless I delete them.
that means how to resist my graphics. also how to partially remove some
graphics from my control and keep the rest.



pei
 
See the #1 GDI+ FAQ question for the first problem and the article on
retained mode graphics system for the second question.

--
Bob Powell [MVP]
Visual C#, System.Drawing

The Image Transition Library wraps up and LED style instrumentation is
available in the June of Well Formed for C# or VB programmers
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml
Windows Forms Tips and Tricks RSS: http://www.bobpowell.net/tipstricks.xml
Bob's Blog: http://bobpowelldotnet.blogspot.com/atom.xml
 
Back
Top