Click here to Skip to main content
15,891,204 members

Comments by Natann 022 (Top 4 by date)

Natann 022 20-Mar-22 22:37pm View    
Deleted
what im trying to achieve is to change system drawing image into a string so that i can display it
Natann 022 20-Mar-22 22:31pm View    
Thank you for your suggestion
Natann 022 20-Mar-22 22:23pm View    
Deleted
hello, i have updated the question
Natann 022 20-Mar-22 22:16pm View    
to display a image
i'm using a sdk and the code is :
System.Drawing.Image frameImage = image.ToCLRImage();
pictureBox1.ImageUrl = frameImage;