angle

書式

InkInfoObject.angle

説明

インクの角度を示します。-360〜360までの数値になります。
var ink=app.activeDocument.inkList[0].inkInfo;
alert(ink.angle);

目次に戻る