Exemple #1
0
        public ILineStyleInfo ProduceNewLineStyleInfo(Color theColor, int theWidth)
        {
            ILineStyleInfo NewLineStyle = new GDILineStyle(theColor, theWidth);

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