Пример #1
0
 public override void Paint(Graphics g, GoView view)
 {
     GoShape.DrawPath(g, view, Pen, Brush, GetPath());
 }