Method FromFile
FromFile(string, bool)
Creates ColorSvgImage from the specified svg file.
public static ColorSvgImage FromFile(string path, bool throwException = true)
Parameters
pathstringPath to file.
throwExceptionboolIndicates whether to throw an exception if loading fails.