SvgSymbol.FromSvg Method
Creates a new instance of the SvgSymbol class from the supplied SVG code.
FromSvg(System.String svg)
Creates a new instance of the SvgSymbol class from the supplied SVG code.Syntax
public static SvgSymbol FromSvg (
System.String svg
)
Parameters
The SVG code defining the symbol.
Return Value
Remarks
If you want to load an SVG symbol from a file on disk, use FromFile instead.
Platforms
Windows, Linux, Android