[]
        
(Showing Draft Content)

C1.WinUI.Core.Svg.C1SvgHelper.Parse

Parse Method

Parse(Stream)

Parses the Svg stream into a C1.WebStandards.Svg.C1SvgDoc object.

Declaration
public static C1SvgDoc Parse(Stream stream)
Public Shared Function Parse(stream As Stream) As C1SvgDoc
Parameters
Type Name Description
Stream stream

The stream to read the document from.

Returns
Type Description
C1SvgDoc