Version

ImageFromURI Method

Gets image from a url or a file path specified by the imageURI parameter.
Syntax
'Declaration
 
Public Shared Function ImageFromURI( _
   ByVal imageURI As String, _
   ByRef error As Exception _
) As Image
public static Image ImageFromURI( 
   string imageURI,
   out Exception error
)

Parameters

imageURI
The url or file path of the image.
error
A System.Exception that will be assigned to should an error occur.

Return Value

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also