GDI+ offers the following capabilities that GDI+ does not.
Resolution independence.
Larger overall drawing area.
Definition of coordinates by floating point value instead of integer only
definitions.
Real-world measurement systems such as inch, millimeter, point and so-on.
Fully integrated matrix manipulation system in a correctly implemented
graphics pipeline.
Alpha blending colour control.
Antialiasing.
A more intuitive object model for drawing objects such as brushes and pens.
An advanced pen rendering system.
More reliable memory and graphic object management.
Advanced text rendering.
Comprehensive graphic-state retention via the BeginContainer / EndContainer
or Save / Restore methods.
GDI retains the following capabilities that GDI+ does not offer.
Hardware accelleration of blitting and drawing operations.
Use of raster-operations (ROPs) for bitwise combination of pixels. (XOR etc)
I think that just about covers it...
--
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.