UtilWebDownloadImage(String) Method
Downloads the specified resource as a Image.
Namespace: DevCase.Core.Networking.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Image DownloadImage(
string url
)
Public Shared Function DownloadImage (
url As String
) As Image
Dim url As String
Dim returnValue As Image
returnValue = UtilWeb.DownloadImage(url)
public:
static Image^ DownloadImage(
String^ url
)
static member DownloadImage :
url : string -> Image
No code example is currently available or this language may not be supported.
- url String
-
The url to download.
Image
The resource
Image.
This is a code example.
No code example is currently available or this language may not be supported.
Dim img As Image = DownloadImage("http://i.imgur.com/EkZXp16.png")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.