【例子介绍】C#通过画图在透明窗体上实现桌面上绘图,代码是老外的例子
【相关图片】
文件清单
└── GoldFish
├── GoldFishProject
│ ├── FishForm.cs
│ ├── FishForm.Designer.cs
│ ├── FishForm.resx
│ ├── GoldFishProject.csproj
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── Left.png
│ │ └── Right.png
│ └── Win32.cs
├── GoldFishProject.sln
├── GoldFishProject.suo
└── GoldFishProject.v12.suo
4 directories, 16 files
评论