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