wrapOffset

書式

CompoundPathItemObject.wrapOffset

説明

複合パスオブジェクトがラップされているオブジェクトのオフセット値を示します。なお、ラップされていない状態でアクセスするとエラーになります。
var cp=app.activeDocument.compoundPathItems[0];
cp.wrapped=true;
alert(cp.wrapOffset);

目次に戻る