| 12345678910111213141516171819202122232425 |
- //
- // System.Drawing.GraphicsState.cs
- //
- // Author:
- // Dennis Hayes ([email protected])
- //
- // (C) 2002 Ximian, Inc
- //
- using System;
- namespace System.Drawing2d
- {
- /// <summary>
- /// Summary description for GraphicsState.
- /// </summary>
- public class GraphicsState
- {
- public GraphicsState()
- {
- //
- // TODO: Add constructor logic here
- //
- }
- }
- }
|