IImageFileManagerImageFileDimensions Method |
Attempts to figure out the dimensions of an image stored within a file as quickly as possible.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Size ImageFileDimensions(
string fileName
)
Function ImageFileDimensions (
fileName As String
) As Size
Size ImageFileDimensions(
String^ fileName
)
abstract ImageFileDimensions :
fileName : string -> Size
Parameters
- fileName
- Type: SystemString
Return Value
Type:
SizeSee Also