会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
coding silence,coding quetily!
博客园
::
首页
::
新随笔
::
联系
::
管理
公告
WinForm中获取鼠标当前位置
Posted on
2011-07-27 11:08
codingsilence
阅读(
354
) 评论(
0
)
编辑
收藏
举报
Control.MousePosition 属性,获取鼠标光标的位置(以屏幕坐标表示)。
Control.PointToClient(Point p)方法,可将指定屏幕点的位置计算成工作区坐标
Control.PointToScreen(Point p)方法,可将指定工作区的位置计算成屏幕坐标
刷新页面
返回顶部
Powered by:
博客园
Copyright © 2024 codingsilence
Powered by .NET 9.0 on Kubernetes