Gdi+ questions

  • Thread starter Thread starter James dean
  • Start date Start date
J

James dean

Is an updated version of Gdi+ being planned to complement the new beta
trial version of Visual Studio 2005.

Why is GraphicsPath slow?

I cannot find good performance information about GDI+, can anyone help
me out.

Thanks in advance
 
Check out my site for anything GDI+ related. I will be compiling a full list
of info on what's in the next release of GDI+ very shortly.

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

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

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

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
 
Bob,
Thanks a million. That hastable for storing frequently used fonts is
great and very useful. I have huge problems at the moment as the
RichTextBox.StartSelection method is horribly slow....i have replaced it
with RichTextBox.SelectionLength which is still slow.....any ideas how
to solve this?
 
Back
Top