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
SvgDocumentbaseUri
stringThe base Uri.
url
stringThe url.
Returns
- WpfRendering
The generated WpfRendering that corresponds to the given Uri.