IImageDimensionsFetcherReadDimensions Method (String) |
Reads the dimensions of the image from the file, hopefully without actually loading the entire file.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Size ReadDimensions(
string fileName
)
Function ReadDimensions (
fileName As String
) As Size
Size ReadDimensions(
String^ fileName
)
abstract ReadDimensions :
fileName : string -> Size
Parameters
- fileName
- Type: SystemString
Full path to the image file. The user must be able to open the file for reading.
Return Value
Type:
SizeSee Also