centerPoint
書式
viewObject
.centerPoint
説明
centerPointはViewオブジェクトの中心座標を配列で示します。
var xy=app.activeDocument.views[0].centerPoint; alert(xy);
目次に戻る