我是 AppleScripting Adobe Illustrator CS3。这是(部分)我的代码:
tell application "Adobe Illustrator"
tell newDocument
make new rectangle with properties {bounds:{200.0, 400.0, 300.0, 200.0}}
end tell
end tell
我从 Adobe 的网站复制了make new rectangle
第 153 页的部分。
但是是什么bounds
???当我运行脚本时,它们与矩形的坐标不匹配:
如何从坐标转换为边界?我的画布大小1920
是1080
.