gpt4 book ai didi

c# - 如何将光标放置在屏幕的精确中心

转载 作者:太空狗 更新时间:2023-10-29 22:07:33 27 4
gpt4 key购买 nike

如何在 C# 中将光标精确放置在屏幕中心?

无分辨率独立(可以是1024X768或1600X900)

最佳答案

这个怎么样,假设你只有一台显示器:

Cursor.Position = new Point(Screen.PrimaryScreen.Bounds.Width / 2,
Screen.PrimaryScreen.Bounds.Height / 2);

关于c# - 如何将光标放置在屏幕的精确中心,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6356999/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com