Click or drag to resize

EAPUtilGetImageFromFile Method

GetImageFromFile

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static Image GetImageFromFile(
	IAppContext cxt,
	string fileName
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.
fileName
Type: SystemString
The full path to the image file.

Return Value

Type: Image
The System.Drawing.Image object that represents the image file.
See Also