将指定的svg矢量图形文件导入为SVG矢量图形符号。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public bool FromSVG( string svgFile ) |
参数
- svgFile
- Type: System..::.String
指定导入的svg矢量图形文件的全路径。
C# |
---|
public bool FromSVG( string svgFile ) |