[]
Creates a new GcSvgDocument from a specified SVG string data.
public static GcSvgDocument FromString(string svgData)
Public Shared Function FromString(svgData As String) As GcSvgDocument
Type | Name | Description |
---|---|---|
string | svgData | The string containing the SVG data. |
Type | Description |
---|---|
GcSvgDocument | An SVG document that was created. |