controlBounds

書式

CompoundPathItemObject.controlBounds

説明

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

目次に戻る