public void Render() { SVGGraphics.Create(this, "Path Element", ClosePathRule.AUTO); }
public void Render() { SVGGraphics.Create(this, "Circle Element"); }
public void Render() { SVGGraphics.Create(this, "Polygon Element"); }
public void Render() { SVGGraphics.Create(this, "Line Element", ClosePathRule.NEVER); }
public void Render() { SVGGraphics.Create(this, "Ellipse Element"); }
public void Render() { SVGGraphics.Create(this, "Rectangle Element"); }