Click or drag to resize
IImageDimensionsFetcher Interface
The interface for an object that can determine the dimensions of an image stored in an image file.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IImageDimensionsFetcher
Methods
  NameDescription
Public methodReadDimensions(Stream)
Reads the dimensions of the image from the stream, hopefully without actually loading the entire file.
Public methodReadDimensions(String)
Reads the dimensions of the image from the file, hopefully without actually loading the entire file.
Top
Remarks
Implementations must be thread-safe.
See Also