基本信息
源码名称:C#实现一个可以设置图片圆角和圆的控件
源码大小:0.62M
文件格式:.rar
开发语言:C#
更新时间:2022-08-18
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 5 元 
   源码介绍

C#实现一个可以设置图片圆角和圆的控件

picture 图片 圆角

.
├── 圆角Panel 可设置图片
│   ├── ControlPanel
│   │   ├── ControlPanel.csproj
│   │   ├── ControlPanel.sln
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── PicturePanel.Designer.cs
│   │   ├── PicturePanel.cs
│   │   ├── PicturePanel.resx
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   └── Resources.resx
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── ControlPanel.dll
│   │   │   │   └── ControlPanel.pdb
│   │   │   └── Release
│   │   └── obj
│   │       └── Debug
│   │           ├── ControlPanel.Form1.resources
│   │           ├── ControlPanel.PicturePanel.resources
│   │           ├── ControlPanel.Properties.Resources.resources
│   │           ├── ControlPanel.csproj.AssemblyReference.cache
│   │           ├── ControlPanel.csproj.CoreCompileInputs.cache
│   │           ├── ControlPanel.csproj.FileListAbsolute.txt
│   │           ├── ControlPanel.csproj.GenerateResource.cache
│   │           ├── ControlPanel.dll
│   │           ├── ControlPanel.pdb
│   │           ├── DesignTimeResolveAssemblyReferences.cache
│   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │           ├── GenerateResource.read.1.tlog
│   │           ├── GenerateResource.write.1.tlog
│   │           └── TempPE
│   │               └── Properties.Resources.Designer.cs.dll
│   └── WindowsFormsApp1
│       ├── App.config
│       ├── Form1.Designer.cs
│       ├── Form1.cs
│       ├── Form1.resx
│       ├── Program.cs
│       ├── Properties
│       │   ├── AssemblyInfo.cs
│       │   ├── Resources.Designer.cs
│       │   ├── Resources.resx
│       │   ├── Settings.Designer.cs
│       │   └── Settings.settings
│       ├── WindowsFormsApp1.csproj
│       ├── bin
│       │   └── Debug
│       │       ├── ControlPanel.dll
│       │       ├── ControlPanel.pdb
│       │       ├── WindowsFormsApp1.exe
│       │       ├── WindowsFormsApp1.exe.config
│       │       └── WindowsFormsApp1.pdb
│       └── obj
│           └── Debug
│               ├── DesignTimeResolveAssemblyReferences.cache
│               ├── DesignTimeResolveAssemblyReferencesInput.cache
│               ├── TempPE
│               ├── WindowsFormsApp1.Form1.resources
│               ├── WindowsFormsApp1.Properties.Resources.resources
│               ├── WindowsFormsApp1.csproj.AssemblyReference.cache
│               ├── WindowsFormsApp1.csproj.CopyComplete
│               ├── WindowsFormsApp1.csproj.CoreCompileInputs.cache
│               ├── WindowsFormsApp1.csproj.FileListAbsolute.txt
│               ├── WindowsFormsApp1.csproj.GenerateResource.cache
│               ├── WindowsFormsApp1.exe
│               └── WindowsFormsApp1.pdb
└── 好例子网_圆角Panel 可设置图片.rar

16 directories, 55 files