gpt4 book ai didi

wpf - 如何在WPF中运行时获取控件的XY坐标?

转载 作者:行者123 更新时间:2023-12-02 21:04:24 28 4
gpt4 key购买 nike

如何在 WPF 中运行时获取控件的 XY 坐标?

最佳答案

为此,有 TransformToAncestor 方法:

Point relativePoint = myVisual.TransformToAncestor(rootVisual)
.Transform(new Point(0, 0));

其中 myVisual 是您想要获取位置的元素,rootVisualApplication.Current.MainWindow 或您想要的任何内容相对于的位置。

引用链接:
Get Absolute Position of element within the window in wpf

关于wpf - 如何在WPF中运行时获取控件的XY坐标?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4095252/

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