API ReferenceSandbox.Utility.Svg
SvgDocumentclass
Helper class for reading Scalable Vector Graphics files.
object→SvgDocument
Methods1
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.
| Parameter | Type | Description |
|---|---|---|
| contents | string | SVG document contents. |
No results match this filter.
Properties1
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.