SvgRenderer Class

SvgRenderer class

Represents SVG document renderer.

public class SvgRenderer : Renderer<SVGDocument>

Constructors

NameDescription
SvgRenderer()The default constructor.

Methods

NameDescription
Dispose()Releases unmanaged and - optionally - managed resources.
Render(IDevice, SVGDocument)
Render(IDevice, params SVGDocument[])
override Render(IDevice, CancellationToken, params SVGDocument[])Defines a method for rendering multiple SVGDocuments into a specific IDevice, using a cancellation token to request cancellation of the operation.
Render(IDevice, int, params SVGDocument[])
Render(IDevice, SVGDocument, int)
Render(IDevice, SVGDocument, TimeSpan)
override Render(IDevice, TimeSpan, params SVGDocument[])Defines method for rendering multiple SVGDocuments into specific IDevice. The rendering will be performed once there are no any network operations for loading resources, active timers, animation tasks or specified timeout is elapsed.

See Also