class SvgDocument

in global :: Sandbox . Utility . Svg

Helper class for reading Scalable Vector Graphics files.


public static SvgDocument FromString( string contents )

Reads an SVG document from the given string, returning a list of path elements describing the shapes in the image.

  • contents SVG document contents.

public IReadOnlyList<SvgPath> Paths { get; }

List of all shapes in the document.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.