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