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
resource
DependencyObjectThe target resource object (DrawingGroup, DrawingImage)
index
intThe index of the resource file.
fileName
stringThe file name of the SVG file without the extension.
fileSource
stringThe source directory of the SVG file.