public ILineStyleInfo ProduceNewLineStyleInfo(Color theColor, int theWidth)
 {
     ILineStyleInfo NewLineStyle = new GDIPlusLineStyle(theColor, theWidth);
     return NewLineStyle;
 }
        public ILineStyleInfo ProduceNewLineStyleInfo(Color theColor, int theWidth)
        {
            ILineStyleInfo NewLineStyle = new GDIPlusLineStyle(theColor, theWidth);

            return(NewLineStyle);
        }