Table of Contents

Interface IResourceKeyResolver

Namespace
SharpVectors.Renderers
Assembly
SharpVectors.Rendering.Wpf.dll

An interface for resolving the resource key of a resource object (DrawingGroup, DrawingImage) generated by the resource dictionary converter.

public interface IResourceKeyResolver : IXmlSerializable
Inherited Members

Properties

IsValid

Gets a value specifying whether the resource key resolver is valid or not.

ResolverType

Gets a value specifying the resource key resolver type.

Methods

BeginResolve()

This signals the start of a resource key resolving process.

EndResolve()

This signals the end of a resource key resolving process.

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).