Bob Powell's GDI+ FAQ
"GDI+ is the graphics system most often associated with Windows Forms and is a more modern replacement for GDI. This frequently asked questions list contains articles and code that will help you to understand the ins and outs of GDI+.
To get the best out of the GDI+ FAQ and to ensure that you see new articles as they are published, you are invited to subscribe to the RSS feed that carries news, announcements and information about this resource. The button below has the subscription URL. ..."
I'm going to need this, GDI+ info, soon.
This FAQ also how a RSS feed which is pretty darn cool... (Long live RSS :)
Thursday, May 12, 2005
2 comments:
NOTE: Anonymous Commenting has been turned off for a while... The comment spammers are just killing me...
ALL comments are moderated. I will review every comment before it will appear on the blog.
Your comment WILL NOT APPEAR UNTIL I approve it. This may take some hours...
I reserve, and will use, the right to not approve ANY comment for ANY reason. I will not usually, but if it's off topic, spam (or even close to spam-like), inflammatory, mean, etc, etc, well... then...
Please see my comment policy for more information if you are interested.
Thanks,
Greg
PS. I am proactively moderating comments. Your comment WILL NOT APPEAR UNTIL I approve it. This may take some hours...
Hasn't the GDI+ functionality since been superceded by the System.Drawing tools in VisualStudio.Net? I think in .Net you'd use System.Drawing rather than GDI+.
ReplyDeleteSystem.Drawing encapsulates GDI+, making GDI+ easier to use, it still uses GDI+.
ReplyDeletehttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemdrawing.asp
"The System.Drawing namespace provides access to GDI+ basic graphics functionality. ...Classes such as Rectangle and Point encapsulate GDI+ primitives. ..."
Much/most of this FAQ appears to be .Net focused, using System.Drawing/etc in the samples.