Click or drag to resize
DrawingGetImageFromFile Method
Return an Image object from a filename

Namespace: ToolBoox
Assembly: ToolBoox (in ToolBoox.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public static Image GetImageFromFile(
	string filename
)

Parameters

filename
Type: SystemString
Filename of the object

Return Value

Type: Image
Return Image object
See Also