Click or drag to resize
AB4D logo

SvgViewboxReadSvg Method (Uri)

Note: This API is now obsolete.

Reads svg file from sourceUri. This method can be overridden to provide reading svg files from some other source.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
[ObsoleteAttribute("ReadSvg that takes only sourceUri as parameter is obsolete. Use ReadSvg that takes sourceUri and uriStream.")]
protected virtual void ReadSvg(
	Uri sourceUri
)

Parameters

sourceUri
Type: SystemUri
sourceUri
See Also