Is there a way to add pictures in C# compiler | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answers
+ 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
+ 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