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