Click or drag to resize
IImageDimensionsFetcherReadDimensions Method (String)
Reads the dimensions of the image from the file, hopefully without actually loading the entire file.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Size ReadDimensions(
	string fileName
)

Parameters

fileName
Type: SystemString
Full path to the image file. The user must be able to open the file for reading.

Return Value

Type: Size
See Also