GraphicsPathIterator
Provides the ability to iterate through subpaths in a GraphicsPath and test the types of shapes contained in each subpath. This class cannot be inherited.
namespace System.Drawing.Printing
{
public delegate void PrintPageEventHandler (object sender, PrintPageEventArgs e);
}