// // System.Drawing.PathGradientBrush.cs // // Author: // Dennis Hayes (dennish@Raytek.com) // // (C) 2002 Ximian, Inc // using System; namespace System.Drawing2d { /// /// Summary description for PathGradientBrush. /// public class PathGradientBrush { public PathGradientBrush() { // // TODO: Add constructor logic here // } } }