Click or drag to resize
DrawingGetImageFromURL Method
Return an Image object from a URL on the web

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static Image GetImageFromURL(
	string filenameURL
)

Parameters

filenameURL
Type: SystemString
URL of the filename

Return Value

Type: Image
Return Image object
See Also