Example #1
0
 public void Initialize(IRenderer renderer)
 {
     id = renderer.AddPolyLine(points, color, borderWidth);
 }