bounds

書式

viewObject.bounds

説明

boundsはViewオブジェクトの表示範囲を配列で示します。
var rect=app.activeDocument.views[0].bounds;
alert(rect);

目次に戻る