コード例 #1
0
 static public Brush GetBrush(ColourClass cc)
 {
     return(DictBrush[cc]);
 }
コード例 #2
0
 public static Pen GetPen(ColourClass cc, float width)
 {
     return new Pen(DictColour[cc],width);
 }
コード例 #3
0
 static public Pen GetPen(ColourClass cc, float width)
 {
     return(new Pen(DictColour[cc], width));
 }
コード例 #4
0
 public static Brush GetBrush(ColourClass cc)
 {
     return DictBrush[cc];
 }