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