Click or drag to resize

VFPTools.ImageFromFile Method

X#
Read an Image file, and create a System.Drawing.Image object.

Namespace:  XSharp.VFP.UI
Assembly:  XSharp.VFP.UI (in XSharp.VFP.UI.dll) Version: 2.21
Syntax
 STATIC METHOD ImageFromFile(
	filename AS STRING
) AS Image
Request Example View Source

Parameters

filename
Type: String

Return Value

Type: Image
See Also