winforms如何将MouseEventArgs e.location转换为TableLayoutCellPaintE

本文关键字:location 转换 TableLayoutCellPaintE MouseEventArgs winforms | 更新日期: 2023-09-27 17:56:50

hi当我在表布局面板中的控件上触发鼠标单击事件时,我得到了鼠标在单元格中的位置。如何根据表布局面板转换该位置?

winforms如何将MouseEventArgs e.location转换为TableLayoutCellPaintE

将鼠标位置传递给 tableLayoutPanel.PointToClient() 方法。

有关更多详细信息,请参阅 http://msdn.microsoft.com/en-us/library/system.windows.forms.control.pointtoclient.aspx