Show / Hide Table of Contents

Class WMSVGRenderer

World Modeler implementation of SVG rendering.

Inheritance
object
WMSVGRenderer
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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[]
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 11/16/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE