Click or drag to resize
IImageFileManager Interface
Manages access to images stored on disk.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IImageFileManager

The IImageFileManager type exposes the following members.

Methods
  NameDescription
Public methodImageFileDimensions
Attempts to figure out the dimensions of an image stored within a file as quickly as possible.
Public methodLoadFromFile
Loads the image stored in the file specified.
Public methodLoadFromWebSite
Loads the image from the web site passed across. If caching is allowed then a clone of the cached image is always returned.
Top
See Also