/ Published in: C#
URL: http://www.vcskicks.com/image-from-url.php
Expand |
Embed | Plain Text
byte[] imageData = DownloadData(Url); //DownloadData function from here Image img = Image.FromStream(stream); stream.Close();
You need to login to post a comment.
