[]
Support SVG rendering interface.
public SvgRendering(float width, float height, XmlWriter doc = null)
Type | Name | Description |
---|---|---|
float | width | The width of the SVG viewport, in device-independent pixels (1/96ths of an inch). |
float | height | The height of the SVG viewport, in device-independent pixels (1/96ths of an inch). |
XmlWriter | doc | The external System.Xml.XmlWriter object, by default used internal. |