Exemplo n.º 1
0
 public void  DrawLine(int ff_x1, int ff_y1, int ff_x2, int ff_y2)
 {
     DrawPath(GraphicsPathFP.CreateLine(ff_x1, ff_y1, ff_x2, ff_y2));
 }