geometricBounds

書式

pathItemObject.geometricBounds

説明

PathItem(パス)の線幅を含まない座標(矩形範囲)を示します。値は配列で「左、上、右、下」座標の順番で格納されています。
var item=app.activeDocument.pathItems[0];
alert(item.geometricBounds);

目次に戻る