Esempio n. 1
0
 public SvgPolygonElement(SvgPoints points)
 {
     Points = points;
 }
Esempio n. 2
0
 public SvgPolylineElement(SvgPoints points)
 {
     Points = points;
 }