Ejemplo n.º 1
0
 public VisualPolyline(GraphicsBase graphics) : base(graphics)
 {
     this.graphics = graphics as GraphicsPolyline;
 }