[]
        
(Showing Draft Content)

C1.Util.SvgRendering.-ctor

SvgRendering Constructor

SvgRendering(float, float, XmlWriter)

Support SVG rendering interface.

Declaration
public SvgRendering(float width, float height, XmlWriter doc = null)
Parameters
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.