示例#1
0
 public void SetTextColor(Color c)
 {
     root.SetPen(new Pen(c));
     root.SetBrush(new SolidBrush(c));
 }