can getpixelposition() be used for uifigure?
2 次查看(过去 30 天)
显示 更早的评论
getpixelposition(hObj, recursive) is a convenient function to get the position of an object, especially when recursive is true.
The documentation says it should be used only for legacy figure/GUIDE. But based on my limited test, it works fine for uifigure without any warning.
Is the documentation a little outdated, or is there any consideration to avoid using it for uifigure?
0 个评论
采纳的回答
Aman Vyas
2020-11-6
Hi,
getpixelposition is supported in uifigure. The documentation pages should update in future releases.
Aman
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop uifigure-Based Apps 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!