Wednesday, June 26, 2002

There's an article just posted over on MSDN that shows how to create a graphics layout engine using GDI+ (via System.Drawing and child namespaces) and Windows Forms. The author uses the composite pattern to represent his graphical elements at runtime. To finish up, he also goes into describing how to print the model out via the System.Drawing.Printing namespace. A really good article on multiple levels.

12:19:39 AM