Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个应用程序,在表单上放置了许多行(行控件)。这些也被称为“灯光”控件。我想在这些行的事件上单击鼠标
任何人都可以帮忙吗?
您需要对鼠标单击事件进行一些数学运算,以确定鼠标所在的点是否实际上在线上。您还需要建立一些容差,因为该人可能不会完全点击线条,而是点击两侧的几个像素。
看看这个问题作为起点:如何判断一个点是否属于某条线?