Method Convert
- Namespace
- SharpVectors.Converters
- Assembly
- SharpVectors.Converters.Wpf.dll
Convert(DirectoryInfo, DirectoryInfo)
Convert the SVG files in the specified source directory, saving the results in the specified destination directory.
public void Convert(DirectoryInfo sourceInfo, DirectoryInfo destInfo)
Parameters
sourceInfoDirectoryInfoA DirectoryInfo specifying the source directory of the SVG files.
destInfoDirectoryInfoA DirectoryInfo specifying the source directory of the SVG files.
Exceptions
- ArgumentNullException
If the
sourceInfois null.-or-
If the
destInfois null.- ArgumentException
If the directory specified by
sourceInfodoes not exists.