Table of Contents

Method GetDrawing

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

GetDrawing(Uri)

This converts the SVG resource specified by the Uri to DrawingGroup.

protected virtual DrawingGroup GetDrawing(Uri svgSource)

Parameters

svgSource Uri

A Uri specifying the source of the SVG resource.

Returns

DrawingGroup

A DrawingGroup of the converted SVG resource.