Rune Bune
games, gadget, code and tech
Pages
Home
About
Thursday, July 11, 2013
How to get image from url i C# .NET
A very simple one liner to fetch an image from an url in C#
System.Drawing.Image.FromStream(
new
WebClient().OpenRead(imageUrl));
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment