基本信息
源码名称:C#实现自动生成一颗逼真的树,效果可比PS!
源码大小:1.56M
文件格式:.zip
开发语言:C#
更新时间:2023-06-15
友情提示:(无需注册或充值,赞助后即可获取资源下载链接)
嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元×
微信扫码支付:2 元
×
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
源码介绍
C#实现自动生成一颗逼真的树,效果可比PS!
老外写的,gdi 实现生成一颗树,有花,有树叶,有果实,效果很炫的,我自己画都画不错这效果!待会会发一个demo,找不到的可以联系我。
文件清单
└── RealTree2
├── RealTree2
│ ├── bin
│ │ └── Debug
│ │ ├── Back
│ │ │ ├── back2.jpg
│ │ │ ├── back3.jpg
│ │ │ ├── back4.jpg
│ │ │ └── back5.jpg
│ │ ├── Flowers
│ │ │ ├── Flower (12).png
│ │ │ ├── Flower (20).png
│ │ │ ├── Flower (31).png
│ │ │ └── icons7983.png
│ │ ├── Fruits
│ │ │ ├── icons6362.png
│ │ │ ├── lemon uid 1086310.png
│ │ │ ├── Pear-uid-1340165.png
│ │ │ └── persimmon.png
│ │ ├── Ground
│ │ │ └── grass4.jpg
│ │ └── Leaves
│ │ ├── 3D-Photos-(70).png
│ │ ├── Green-Leaves-(23).png
│ │ ├── Green-Leaves-(39).png
│ │ ├── Green-Leaves-(40).png
│ │ ├── Green-Leaves-(42).png
│ │ ├── Green-Leaves-(64).png
│ │ ├── Green-Leaves-(68).png
│ │ ├── Green-Leaves-(74).png
│ │ └── Green-Leaves-(75).png
│ ├── frmAbout.cs
│ ├── frmAbout.designer.cs
│ ├── frmAbout.resx
│ ├── frmBackgrounds.cs
│ ├── frmBackgrounds.designer.cs
│ ├── frmBackgrounds.resx
│ ├── frmMain.cs
│ ├── frmMain.Designer.cs
│ ├── frmMain.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── RealTree2.csproj
│ ├── RealTree2.csproj.user
│ ├── Resources
│ │ ├── about.jpg
│ │ ├── Edinburgh Castle, Edinburgh, Scotland.jpg
│ │ ├── Flower (30).png
│ │ ├── Flower (32).png
│ │ ├── ground1.jpg
│ │ ├── icons6362.png
│ │ ├── icons6367.png
│ │ └── leaf 31.png
│ └── tree.ico
├── RealTree2.sln
└── RealTree2.suo
11 directories, 50 files
C#实现自动生成一颗逼真的树,效果可比PS!
老外写的,gdi 实现生成一颗树,有花,有树叶,有果实,效果很炫的,我自己画都画不错这效果!待会会发一个demo,找不到的可以联系我。
文件清单
└── RealTree2
├── RealTree2
│ ├── bin
│ │ └── Debug
│ │ ├── Back
│ │ │ ├── back2.jpg
│ │ │ ├── back3.jpg
│ │ │ ├── back4.jpg
│ │ │ └── back5.jpg
│ │ ├── Flowers
│ │ │ ├── Flower (12).png
│ │ │ ├── Flower (20).png
│ │ │ ├── Flower (31).png
│ │ │ └── icons7983.png
│ │ ├── Fruits
│ │ │ ├── icons6362.png
│ │ │ ├── lemon uid 1086310.png
│ │ │ ├── Pear-uid-1340165.png
│ │ │ └── persimmon.png
│ │ ├── Ground
│ │ │ └── grass4.jpg
│ │ └── Leaves
│ │ ├── 3D-Photos-(70).png
│ │ ├── Green-Leaves-(23).png
│ │ ├── Green-Leaves-(39).png
│ │ ├── Green-Leaves-(40).png
│ │ ├── Green-Leaves-(42).png
│ │ ├── Green-Leaves-(64).png
│ │ ├── Green-Leaves-(68).png
│ │ ├── Green-Leaves-(74).png
│ │ └── Green-Leaves-(75).png
│ ├── frmAbout.cs
│ ├── frmAbout.designer.cs
│ ├── frmAbout.resx
│ ├── frmBackgrounds.cs
│ ├── frmBackgrounds.designer.cs
│ ├── frmBackgrounds.resx
│ ├── frmMain.cs
│ ├── frmMain.Designer.cs
│ ├── frmMain.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── RealTree2.csproj
│ ├── RealTree2.csproj.user
│ ├── Resources
│ │ ├── about.jpg
│ │ ├── Edinburgh Castle, Edinburgh, Scotland.jpg
│ │ ├── Flower (30).png
│ │ ├── Flower (32).png
│ │ ├── ground1.jpg
│ │ ├── icons6362.png
│ │ ├── icons6367.png
│ │ └── leaf 31.png
│ └── tree.ico
├── RealTree2.sln
└── RealTree2.suo
11 directories, 50 files