Table of Contents

Method ProvideValue

Namespace
SharpVectors.Converters
Assembly
SharpVectors.Converters.Wpf.dll

ProvideValue(IServiceProvider)

Performs the conversion of a valid SVG source file to the DrawingImage that is set as the value of the target property for this markup extension.

public override object ProvideValue(IServiceProvider serviceProvider)

Parameters

serviceProvider IServiceProvider

Object that can provide services for the markup extension.

Returns

object

This returns DrawingImage if successful; otherwise, it returns null.