Chapter 12. Printing and Drawing with GDI+
The Microsoft .NET Framework includes a new model for two-dimensional drawing and printing. It’s called GDI+, and it’s represented by the types in the System.Drawing namespace. GDI+ isn’t an entirely new drawing system—in fact, it’s really just a .NET wrapper on top of the classic GDI (Graphics Device Interface) functions in the Microsoft Windows API. However, the GDI+ classes make it much easier to draw complex shapes, work with coordinates and transforms, and control image processing and rendering quality. GDI+ is also used for printing.
In this chapter, the recipes deal with two uses of GDI+. First you’ll learn about printing, using GDI+ to print simple and complex documents (recipes Print a Simple ...
Get Microsoft® Visual Basic® .NET Programmer's Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.