本文介绍了如何获得ToolStripButton的坐标?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何获得 ToolStripButton
?
解决方案
矩形RC = toolStripButton1.Bounds;
从ToolStrip的亲戚。使用PointToScreen /客户端的地图。
How can I get coordinates of ToolStripButton
?
解决方案
Rectangle rc = toolStripButton1.Bounds;
Relative from the ToolStrip. Use PointToScreen/Client to map.
这篇关于如何获得ToolStripButton的坐标?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!