IImageDimensionsFetcher Interface |
The interface for an object that can determine the dimensions of an image stored in an image file.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic interface IImageDimensionsFetcher
Public Interface IImageDimensionsFetcher
public interface class IImageDimensionsFetcher
type IImageDimensionsFetcher = interface end
Methods
| Name | Description |
---|
 | ReadDimensions(Stream) |
Reads the dimensions of the image from the stream, hopefully without actually loading the entire file.
|
 | ReadDimensions(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