Click or drag to resize
AB4D logo

ResourceDictionaryWriterReadSvgFile Method

Reads svg file as shapes.

Namespace:  Ab2d.Utility.ReaderSvg
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
protected virtual Viewbox ReadSvgFile(
	string fileName
)

Parameters

fileName
Type: SystemString
fileName

Return Value

Type: Viewbox
Viewbox
Remarks

ReadSvgStream method is used to read svg file from file.

The method reads svg file as shapes and returns a Viewbox. It is also used for AddGeometryFile(String, GeometrySettings) method. In this case the read Viewbox is internally converted into Geometries.

See Also