SvgSymbol.FromFile Method
Creates a new instance of the SvgSymbol class from an external SVG file.
Thread safety: This method is not thread-safe.
FromFile(System.String path, System.String fileName)
Creates a new instance of the SvgSymbol class from an external SVG file.Syntax
public static SvgSymbol FromFile (
System.String path,
System.String fileName
)
Parameters
path
Type: System.String
The path to the directory where the file containing the SVG document is located.
The path to the directory where the file containing the SVG document is located.
fileName
Type: System.String
The name of the file containing the SVG document.
The name of the file containing the SVG document.
Return Value
Platforms
Windows, Linux, Android