Ejemplo n.º 1
0
 public SvgPolygonElement(SvgPoints points) => Points = points;
Ejemplo n.º 2
0
 public SvgPolygonElement(SvgPoints points)
 {
     this.Points = points;
 }
Ejemplo n.º 3
0
 public SvgPolylineElement(SvgPoints points)
 {
     this.Points = points;
 }
Ejemplo n.º 4
0
 public SvgPolylineElement(SvgPoints points) => Points = points;