资源简介

一个用C#写的svg图形读取软件,把基本元素读取出来

资源截图

代码片段和文件信息

using System.Reflection;
using System.Runtime.CompilerServices;

//
// General Information about an assembly is controlled through the following 
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: Assemblytitle(“SVGLib“)]
[assembly: AssemblyDescription(“SVG Library“)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(“Maurizio Bigoloni“)]
[assembly: AssemblyProduct(“SVG Library“)]
[assembly: AssemblyCopyright(““)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]

//
// Version information for an assembly consists of the following four values:
//
//      Major Version
//      Minor Version 
//      Build Number
//      Revision
//
// You can specify all the val

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       2472  2004-09-07 15:39  SVGLib\AssemblyInfo.cs

     文件       3078  2004-09-07 15:39  SVGLib\ErrH.cs

     文件       1149  2004-09-07 15:39  SVGLib\ReleaseNote.txt

     文件       1135  2004-09-07 15:39  SVGLib\SVG elements list.txt

     文件      32437  2004-09-07 15:39  SVGLib\SvgAttribute.cs

     文件      19629  2004-09-07 15:39  SVGLib\SvgBasicShape.cs

     文件       2657  2004-09-07 15:39  SVGLib\SvgCircle.cs

     文件       1583  2004-09-07 15:39  SVGLib\SvgDesc.cs

     文件      25915  2004-09-07 15:39  SVGLib\SvgDoc.cs

     文件      14362  2004-09-07 15:39  SVGLib\SvgElement.cs

     文件       3193  2004-09-07 15:39  SVGLib\SvgEllipse.cs

     文件        780  2004-09-07 15:39  SVGLib\SvgGroup.cs

     文件       5469  2004-09-07 15:39  SVGLib\SvgImage.cs

     文件       7192  2004-09-07 15:39  SVGLib\SVGLib.csproj

     文件       1803  2004-09-07 15:39  SVGLib\SVGLib.csproj.user

     文件       2975  2004-09-07 15:39  SVGLib\SvgLine.cs

     文件       2317  2004-09-07 15:39  SVGLib\SvgPath.cs

     文件       1843  2004-09-07 15:39  SVGLib\SvgPolygon.cs

     文件       5594  2004-09-07 15:39  SVGLib\SvgRect.cs

     文件       2460  2004-09-07 15:39  SVGLib\SvgRoot.cs

     文件      12731  2004-09-07 15:39  SVGLib\SvgText.cs

     文件        780  2004-09-07 15:39  SVGLib\SvgUnsupported.cs

     文件       1078  2004-09-07 15:39  SVGPad\App.ico

     文件       2464  2004-09-07 15:39  SVGPad\AssemblyInfo.cs

     文件       3117  2004-09-07 15:39  SVGPad\frmAbout.cs

     文件       7552  2004-09-07 15:39  SVGPad\frmAbout.resx

     文件      39196  2004-09-07 15:39  SVGPad\frmMain.cs

     文件      53178  2004-09-07 15:39  SVGPad\frmMain.resx

     文件       5349  2004-09-07 15:39  SVGPad\SVGPad.csproj

     文件       1804  2004-09-07 15:39  SVGPad\SVGPad.csproj.user

............此处省略6个文件信息

评论

共有 条评论