Open(String) Method

Definition

Namespace Svg
Assembly Svg.Custom.dll

Opens the document at the specified path and loads the SVG contents.

public static T Open<T>(string path)
    where T : SvgDocument, new()

Type parameters

T

Parameters

path
String?

A String? containing the path of the file to open.

Returns

{T}
An SvgDocument with the contents loaded.