Is there a way to add pictures in C# compiler | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Is there a way to add pictures in C# compiler

Tahst the question

4th Jul 2020, 5:44 PM
Abdullah Khan
Abdullah Khan - avatar
2 ответов
+ 2
External links - https://www.homeandlearn.co.uk/csharp/csharp_s4p8.html Hope this helps Have a great day ;)
4th Jul 2020, 5:52 PM
Nilesh
Nilesh - avatar
+ 4
Abdullah Khan do you mean something like this List<Image> imageList = new List<Image>(); imageList.Add(Bitmap.FromFile(YourFilePath));
4th Jul 2020, 7:16 PM
BroFar
BroFar - avatar