GraphicsState.cs 346 B

123456789101112131415161718
  1. //
  2. // System.Drawing.Drawing2D.GraphicsState.cs
  3. //
  4. // Author:
  5. // Dennis Hayes ([email protected])
  6. //
  7. // (C) 2002/3 Ximian, Inc
  8. //
  9. using System;
  10. namespace System.Drawing.Drawing2D {
  11. /// <summary>
  12. /// Summary description for GraphicsState.
  13. /// </summary>
  14. public sealed class GraphicsState {
  15. //All members inherited
  16. }
  17. }