VFPTools.ImageFromFile Method | |
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
public static Image ImageFromFile(
string filename
)
Request Example
View SourceParameters
- filename
- Type: String
Return Value
Type:
ImageSee Also