gpt4 book ai didi

c# - 检查按钮是否在特定区域

转载 作者:行者123 更新时间:2023-11-30 12:26:19 25 4
gpt4 key购买 nike

如何检查按钮位于特定区域,我有两个按钮,用户用鼠标画了一个矩形。如何检查按钮是否位于矩形区域内,如果位于 true 则执行操作?
这张图片来 self 的 Winform,当我创建一个包含我的按钮的矩形时,我想在找到位于矩形区域中的按钮时执行操作 This image from my Winform when make an rectangle contain my buttons, I want when find the buttons located in the rectangle area make an action

最佳答案

只需使用 Contains Method像这样:

if (_yourSelectionRectangle.Contains(new Rectangle(button4.Location, button4.Size))
{
...
}

关于c# - 检查按钮是否在特定区域,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29132426/

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