can getpixelposition() be used for uifigure?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Xiangrui Li
am 28 Okt. 2020
Beantwortet: Aman Vyas
am 6 Nov. 2020
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 Kommentare
Akzeptierte Antwort
Aman Vyas
am 6 Nov. 2020
Hi,
getpixelposition is supported in uifigure. The documentation pages should update in future releases.
Aman
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Reporting and Database Access finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!