Click or drag to resize
AB4D logo

ResourceDictionaryWriterReadSvgStream Method

Reads svg stream as shapes.

Namespace:  Ab2d.Utility.ReaderSvg
Assembly:  Ab2d.ReaderSvg (in Ab2d.ReaderSvg.dll) Version: 7.1.7295.1040
Syntax
C#
protected virtual Viewbox ReadSvgStream(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Stream

Return Value

Type: Viewbox
Viewbox
Remarks

ReadSvgStream method is used to read svg file from stream.

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

See Also