Retrieve an Image from the string Url
Syntax
Visual Basic (Declaration) | |
---|
Public Overloads Shared Function ToImage( _
ByVal imageUrl As String _
) As Bitmap |
Visual Basic (Usage) | Copy Code |
---|
Dim imageUrl As String
Dim value As Bitmap
value = Converter.ToImage(imageUrl) |
Parameters
- imageUrl
- A valid Url of the Image Location to retrieve
Return Value
System.Drawing.Bitmap
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also