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.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Image LoadFromWebSite(
IWebSite webSite,
string webPathAndFileName,
bool useImageCache
)
Function LoadFromWebSite (
webSite As IWebSite,
webPathAndFileName As String,
useImageCache As Boolean
) As Image
Image^ LoadFromWebSite(
IWebSite^ webSite,
String^ webPathAndFileName,
bool useImageCache
)
abstract LoadFromWebSite :
webSite : IWebSite *
webPathAndFileName : string *
useImageCache : bool -> Image
Parameters
- webSite
- Type: VirtualRadar.Interface.WebSiteIWebSite
- webPathAndFileName
- Type: SystemString
- useImageCache
- Type: SystemBoolean
Return Value
Type:
ImageSee Also