Class WMSVGRenderer
World Modeler implementation of SVG rendering.
Inherited Members
Namespace: Quantellia.WMServer.Execution.Model.SVG
Assembly: WMServer.dll
Syntax
public static class WMSVGRenderer
Methods
Rasterize(ISVGImage)
Converts an ISVGImage into a rendered PNG image in byte[] form, given the parameters of the calling image
Declaration
public static byte[] Rasterize(this ISVGImage image)
Parameters
| Type | Name | Description |
|---|---|---|
| ISVGImage | image |
Returns
| Type | Description |
|---|---|
| byte[] |