| ImageManagerGetImageFromFile Method  | 
 
            Load an image from a file.
            
 
    Namespace: 
   NetQuarry.Util.Image
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
 Syntax
Syntaxpublic Image GetImageFromFile(
	string fileName
)
Public Function GetImageFromFile ( 
	fileName As String
) As Image
Parameters
- fileName
- Type: SystemString
 The name of the file from which to load.
Return Value
Type: 
ImageThe image as loaded from file.
 See Also
See Also