0
我是AppleScript Adobe Illustrator CS3。這裏是(部分)我的代碼:AppleScript - 什麼是邊界?
tell application "Adobe Illustrator"
tell newDocument
make new rectangle with properties {bounds:{200.0, 400.0, 300.0, 200.0}}
end tell
end tell
我從153頁複製make new rectangle
部分this,Adobe公司的網站。
但是什麼是bounds
???當我運行該腳本,它們不與矩形的座標匹配:
如何從座標轉換爲界限?我的畫布尺寸爲1920
1080
。