[]
Creates a new GcSvgDocument from a specified SVG file.
public static GcSvgDocument FromFile(string path)
Public Shared Function FromFile(path As String) As GcSvgDocument
| Type | Name | Description |
|---|---|---|
| string | path | The SVG file path. |
| Type | Description |
|---|---|
| GcSvgDocument | The created SVG document. |