Method Resolve
- Namespace
- SharpVectors.Renderers
- Assembly
- SharpVectors.Rendering.Wpf.dll
Resolve(DependencyObject, int, string, string)
Generates the resource key to be applied to the specified resource object, created from the file name and from the specified source (directory).
public string Resolve(DependencyObject resource, int index, string fileName, string fileSource)
Parameters
resourceDependencyObjectThe target resource object (DrawingGroup, DrawingImage)
indexintThe index of the resource file.
fileNamestringThe file name of the SVG file without the extension.
fileSourcestringThe source directory of the SVG file.