'Declaration Public Shared Function FromFile( _ ByVal path As System.String _ ) As GcSvgDocument
public static GcSvgDocument FromFile( System.string path )
Parameters
- path
- The SVG file path.
Return Value
The created SVG document.
'Declaration Public Shared Function FromFile( _ ByVal path As System.String _ ) As GcSvgDocument
public static GcSvgDocument FromFile( System.string path )