Click or drag to resize
IImageFileManagerLoadFromWebSite Method
Loads the image from the web site passed across. If caching is allowed then a clone of the cached image is always returned.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Image LoadFromWebSite(
	IWebSite webSite,
	string webPathAndFileName,
	bool useImageCache
)

Parameters

webSite
Type: VirtualRadar.Interface.WebSiteIWebSite
webPathAndFileName
Type: SystemString
useImageCache
Type: SystemBoolean

Return Value

Type: Image
See Also