VFPTools.ImageFromFile 方法 | |
Read an Image file, and create a System.Drawing.Image object.
命名空间:
XSharp.VFP.UI
程序集:
XSharp.VFP.UI (在 XSharp.VFP.UI.dll 中) 版本:2.22 GA
语法 STATIC METHOD ImageFromFile(
filename AS STRING
) AS Image
public static Image ImageFromFile(
string filename
)
查看代码参数
- filename
- 类型:String
返回值
类型:
Image参见