How should I use the Visual Studio 2022 Image Library?
I am developing a WinForm application using C# in VS2022, targeting .NET 8.0.
I downloaded the “Visual Studio 2022 Image Library,” which contains PNG and SVG files. I want to use the PNG files to add images to my buttons, but the resolution they provide is too small. In the documentation, I noticed a term: “image service” and then looked up the relevant documents.
After reading, it’s hard for me to understand how the “image service” should integrate with my current development environment.
I saw a section titled “How do I update WinForms UI?” but I can’t find the things mentioned in it in my project.
My question is, how should I correctly use the “Visual Studio 2022 Image Library”?
If I can use the “image service,” how should I set up my project to use it?
Thank you.
Read more here: Source link