'宣言 Public Shared Function FromString( _ ByVal svgData As System.String _ ) As GcSvgDocument
public static GcSvgDocument FromString( System.string svgData )
パラメータ
- svgData
- The string containing the SVG data.
戻り値の型
An SVG document that was created.
'宣言 Public Shared Function FromString( _ ByVal svgData As System.String _ ) As GcSvgDocument
public static GcSvgDocument FromString( System.string svgData )