static public Brush GetBrush(ColourClass cc) { return(DictBrush[cc]); }
public static Pen GetPen(ColourClass cc, float width) { return new Pen(DictColour[cc],width); }
static public Pen GetPen(ColourClass cc, float width) { return(new Pen(DictColour[cc], width)); }
public static Brush GetBrush(ColourClass cc) { return DictBrush[cc]; }