基本信息
源码名称:C# GDI+ 3D饼图 源码
源码大小:0.12M
文件格式:.rar
开发语言:C#
更新时间:2023-04-21
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍
C# GDI 3D饼图 源码

C# GDI 水晶3D饼图源码,C#2005做的,下了运行一下看看效果再看看源码,很不错的。用来学习C# GDI 编程是很不错的实例


文件清单
├── Blur
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Blur.exe
│   │   │   ├── Blur.pdb
│   │   │   ├── Blur.vshost.exe
│   │   │   └── Blur.vshost.exe.manifest
│   │   └── Release
│   │       ├── Blur.exe
│   │       └── Blur.pdb
│   ├── FanG32.ico
│   ├── Form1.cs
│   ├── Form1.Designer.cs
│   ├── Form1.resx
│   ├── obj
│   │   ├── Debug
│   │   │   ├── Blur.csproj.FileListAbsolute.txt
│   │   │   ├── Blur.csproj.GenerateResource.Cache
│   │   │   ├── Blur.exe
│   │   │   ├── Blur.Form1.resources
│   │   │   ├── Blur.pdb
│   │   │   ├── Blur.Properties.Resources.resources
│   │   │   ├── Pie3D.csproj.FileListAbsolute.txt
│   │   │   ├── Pie3D.csproj.GenerateResource.Cache
│   │   │   └── TempPE
│   │   └── Release
│   │       ├── Blur.csproj.FileListAbsolute.txt
│   │       ├── Blur.csproj.GenerateResource.Cache
│   │       ├── Blur.exe
│   │       ├── Blur.Form1.resources
│   │       ├── Blur.pdb
│   │       ├── Blur.Properties.Resources.resources
│   │       ├── Pie3D.csproj.FileListAbsolute.txt
│   │       ├── Pie3D.csproj.GenerateResource.Cache
│   │       └── TempPE
│   ├── Pie3D.csproj
│   ├── Pie3D.csproj.user
│   ├── Program.cs
│   └── Properties
│       ├── AssemblyInfo.cs
│       ├── Resources.Designer.cs
│       ├── Resources.resx
│       ├── Settings.Designer.cs
│       └── Settings.settings
└── Blur.sln

10 directories, 35 files