Exemple #1
0
 public SvgPolygonElement(SvgPoints points) => Points = points;
Exemple #2
0
 public SvgPolygonElement(SvgPoints points)
 {
     this.Points = points;
 }
 public SvgPolylineElement(SvgPoints points)
 {
     this.Points = points;
 }
Exemple #4
0
 public SvgPolylineElement(SvgPoints points) => Points = points;