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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top