Пример #1
0
 public void  DrawPolyline(PointFP[] points)
 {
     DrawPath(GraphicsPathFP.CreatePolyline(points));
 }