// // System.Drawing.Drawing2D.GraphicsState.cs // // Author: // Dennis Hayes (dennish@Raytek.com) // // (C) 2002/3 Ximian, Inc // using System; namespace System.Drawing.Drawing2D { /// /// Summary description for GraphicsState. /// public class GraphicsState { public GraphicsState() { } } }