poster
2019-12-14, 20:13
有没有办法使用Matlab来获取辅助显示器的屏幕大小(以像素为单位)? get(0,'ScreenSize')似乎只能识别主监视器上的屏幕。
回答:
尝试改用get(0,' MonitorPositions (http://www.mathworks.com/help/techdoc/ref/rootobject_props.html) ')。它以像素为单位返回主显示器和辅助显示器的宽度和高度。
更多&回答... (https://stackoverflow.com/questions/5216163)
回答:
尝试改用get(0,' MonitorPositions (http://www.mathworks.com/help/techdoc/ref/rootobject_props.html) ')。它以像素为单位返回主显示器和辅助显示器的宽度和高度。
更多&回答... (https://stackoverflow.com/questions/5216163)