摘要: 鼠标HOOK using System; using System.Reflection; using System.Runtime.InteropServices; using System.Windows.Forms; namespace ceshi { public class MouseHo 阅读全文
posted @ 2023-08-22 09:29 多见多闻 阅读(287) 评论(0) 推荐(0)
摘要: PaddleOCRSharp 是一个基于 PaddlePaddle 深度学习框架的 OCR(光学字符识别)库的 C# 封装。它提供了一种方便的方式来进行文字检测、文本识别和版面分析等任务。下面是 PaddleOCRSharp 的使用方法的详细介绍: 一、安装 PaddleOCRSharp Paddl 阅读全文
posted @ 2023-08-22 08:49 多见多闻 阅读(5431) 评论(0) 推荐(1)
摘要: 引言 在项目开发中,有时需要将控件的背景颜色设置为透明,比如 label 控件。那么,如何将控件的背景颜色设置为透明呢?是否只需将控件的 BackColor 属性设为 Transparent 即可呢?答案是否定的。想要解决这个问题,首先要了解在 C# 中什么叫做透明。 this.Transparen 阅读全文
posted @ 2023-08-22 08:43 多见多闻 阅读(661) 评论(0) 推荐(0)