| 12345678910111213141516171819202122 |
- //
- // System.Drawing.Drawing2D.PathGradientBrush.cs
- //
- // Author:
- // Dennis Hayes ([email protected])
- //
- // (C) 2002/3 Ximian, Inc
- //
- using System;
- namespace System.Drawing.Drawing2D
- {
- /// <summary>
- /// Summary description for PathGradientBrush.
- /// </summary>
- public class PathGradientBrush
- {
- public PathGradientBrush()
- {
- }
- }
- }
|