Table of Contents

Method CreateByUri

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

CreateByUri(SvgDocument, string, string)

Generates a new WpfRendering that corresponds to the given Uri.

public static WpfRendering CreateByUri(SvgDocument document, string baseUri, string url)

Parameters

document SvgDocument
baseUri string

The base Uri.

url string

The url.

Returns

WpfRendering

The generated WpfRendering that corresponds to the given Uri.