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
sourceInfo
DirectoryInfoA DirectoryInfo specifying the source directory of the SVG files.
destInfo
DirectoryInfoA DirectoryInfo specifying the source directory of the SVG files.
Exceptions
- ArgumentNullException
If the
sourceInfo
is null.-or-
If the
destInfo
is null.- ArgumentException
If the directory specified by
sourceInfo
does not exists.