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