ISVGElementRendererService Interface

ISVGElementRendererService interface

Represents a service for rendering SVG elements.

public interface ISVGElementRendererService

Methods

NameDescription
Render(ISVGDeviceContext, CancellationToken, ISVGPropertyResolvingContext, params SVGElement[])Renders the specified SVG elements onto the device context using the provided property resolving context.
Render(ISVGDeviceContext, CancellationToken, Viewport, params SVGElement[])Renders the specified SVG elements onto the device context using the provided viewport.

See Also