API ReferenceSandbox.Utility.Svg
public class Sandbox.Utility.Svg.SvgDocument
Helper class for reading Scalable Vector Graphics files.
Methods
Showing 1 methods
public static Sandbox.Utility.Svg.SvgDocument FromString(string contents)
Reads an SVG document from the given string, returning a list of path elements describing the shapes in the image.
Parameters
contents: SVG document contents.
No results match this filter.
Properties
Showing 1 properties
public System.Collections.Generic.IReadOnlyList`1<Sandbox.Utility.Svg.SvgPath> Sandbox.Utility.Svg.SvgDocument.Paths { get; set; }
List of all shapes in the document.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Utility.Svg |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Utility.Svg.SvgDocument |