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