bounds

書式

bounds

説明

LayerSetオブジェクトの矩形サイズを示します。座標範囲は配列(4要素)で返されます。読み出しのみで書き込みはできません。
var rect=app.activeDocument.layerSets[0].bounds;
alert(rect);

目次に戻る