嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
如何用C#画点线面的程序
此程序是个画图工具,包括画点,线,面,还有圆,它是用了override,和draw函数,包含图形的变换,如旋转,平移,缩放还有图形的复位。图形的变换与画图不是在同一窗体上实现的,也就是说你还可以学如何从此窗体调出...
.
├── 如何用C#画点线面的程序_画点线面及其变换.zip
└── 画点线面 及其变换
├── 画点线面
│ ├── Circle.cs
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── Form3.Designer.cs
│ ├── Form3.cs
│ ├── Form3.resx
│ ├── Geometry_T.cs
│ ├── Point_T.cs
│ ├── Polygon_T.cs
│ ├── Polyline_T.cs
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── bin
│ │ └── Debug
│ │ ├── 画点线面.exe
│ │ ├── 画点线面.pdb
│ │ └── 画点线面.vshost.exe
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── 画点线面.Form1.resources
│ │ │ ├── 画点线面.Form3.resources
│ │ │ ├── 画点线面.Properties.Resources.resources
│ │ │ ├── 画点线面.csproj.GenerateResource.Cache
│ │ │ ├── 画点线面.exe
│ │ │ ├── 画点线面.pdb
│ │ │ ├── 画点线面.旋转.resources
│ │ │ ├── 画点线面.缩放.resources
│ │ │ └── 画点线面.线条设置.resources
│ │ ├── 画点线面.csproj.FileList.txt
│ │ └── 画点线面.csproj.FileListAbsolute.txt
│ ├── 旋转.Designer.cs
│ ├── 缩放.Designer.cs
│ ├── 旋转.cs
│ ├── 缩放.cs
│ ├── 旋转.resx
│ ├── 缩放.resx
│ ├── 线条设置.Designer.cs
│ ├── 线条设置.cs
│ ├── 画点线面.csproj
│ └── 线条设置.resx
├── 画点线面.sln
└── 画点线面.suo
9 directories, 45 files