Example #1
0
 public void Render()
 {
     SVGGraphics.Create(this, "Path Element", ClosePathRule.AUTO);
 }
Example #2
0
 public void Render()
 {
     SVGGraphics.Create(this, "Circle Element");
 }
Example #3
0
 public void Render()
 {
     SVGGraphics.Create(this, "Polygon Element");
 }
Example #4
0
 public void Render()
 {
     SVGGraphics.Create(this, "Line Element", ClosePathRule.NEVER);
 }
Example #5
0
 public void Render()
 {
     SVGGraphics.Create(this, "Ellipse Element");
 }
Example #6
0
 public void Render()
 {
     SVGGraphics.Create(this, "Rectangle Element");
 }