摘要:
1.封装windows API类 /// <summary> /// 封装Windows API的类 /// </summary> public class WindowAPIMethodsUtility { public const int WM_USER = 0x400; public cons 阅读全文
摘要:
public HTuple hv_ExpDefaultWinHandle; //输入图像宽高 Int64 Input_Image_Width = 0, Input_Image_Height = 0; /// <summary> /// 加载图像 /// </summary> /// <param n 阅读全文