摘要: namespace 隐藏关闭按钮的测试 { public partial class Form1 : Form { # region 隐藏关闭按钮的代码 private const int CP_NOCLOSE_BUTTON = 0x200; protected override CreatePar 阅读全文
posted @ 2020-12-01 16:49 .五十米深蓝 阅读(1292) 评论(0) 推荐(0) 编辑
摘要: #region namespace imports using System; using System.Collections; using System.Drawing; using System.IO; using System.Windows.Forms; using Cognex.Visi 阅读全文
posted @ 2020-10-31 01:30 .五十米深蓝 阅读(335) 评论(1) 推荐(0) 编辑
摘要: /// <summary> /// 压缩图像(插补法) /// </summary> /// <param name="bitmap">要压缩的图像</param> /// <param name="newWidth">压缩后的宽度</param> /// <param name="newHight 阅读全文
posted @ 2020-08-12 17:49 .五十米深蓝 阅读(166) 评论(0) 推荐(0) 编辑