摘要: 1.封装windows API类 /// <summary> /// 封装Windows API的类 /// </summary> public class WindowAPIMethodsUtility { public const int WM_USER = 0x400; public cons 阅读全文
posted @ 2024-09-27 09:34 qiutian-hao 阅读(10) 评论(0) 推荐(0) 编辑
摘要: public HTuple hv_ExpDefaultWinHandle; //输入图像宽高 Int64 Input_Image_Width = 0, Input_Image_Height = 0; /// <summary> /// 加载图像 /// </summary> /// <param n 阅读全文
posted @ 2024-09-27 09:04 qiutian-hao 阅读(24) 评论(0) 推荐(0) 编辑