winform应用程序绘制图标的工具有哪些?
我是编程和 winform 的新手。我想为我的 winform 应用程序创建一个图标。 winform常用的图标制作工具有哪些?
I'm new to programming and to winform. I want to create an icon for my winform application. What are the common tools to create icon for winform?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我曾经在3D动画领域工作过几年。因此,我非常熟悉 Adobe Photoshop,一般来说,我使用 Photoshop 为我创建图标。它非常简单且用户友好的软件可以满足基本需求。只需创建并导出所需大小的图标即可。但它是一个付费软件。
如果您想使用一款免费软件,可以选择 Gimp 编辑器。但老实说我从来没有使用过它。
希望有帮助。
Once I had worked in 3d animation field for few years. So I am pretty hands on with Adobe Photoshop and in general I use Photoshop to create icons for me. Its pretty simple and user friendly software for basic needs. Just create and export the icon in desired size. But its a paid software.
If you wish to work on a free software, one can go for Gimp editor. But honestly i have never used it.
Hope it helps.
在 Visual Studio 中,您可以添加新的图标文件。它将打开一个图标编辑器。
然后在项目属性中,您可以选择要用于您的应用程序的图标文件。
In Visual Studio you can add a new icon file. It will open an icon editor.
Then in the project properties you can select the icon file to use for your application.
您可以使用任何具有导出图标文件功能的光栅图像编辑程序并完成它。在这方面,Windows 窗体与任何其他应用程序框架没有任何不同。
Visual Studio 还提供了一个(尽管很粗糙)图标编辑器。
You can take any raster image editing program that has the capability of exporting icon files and be done with it. Windows Forms is in no way different than any other application framework in that regard.
Visual Studio also provides an (albeit crude) icon editor.