geometricBounds
書式
CompoundPathItemObject
.geometricBounds
説明
複合パスオブジェクトの線幅を含まない座標(矩形範囲)を示します。値は配列で「左、上、右、下」座標の順番で格納されています。
var cp=app.activeDocument.compoundPathItems[0]; alert(cp.geometricBounds);
目次に戻る