-
Home
-
API
-
Svg
-
SvgDocument
-
Methods
-
Open(String)
Open(String) Method
Definition
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
Parameters
- path
- String
A String containing the path of the file to open.
Returns