pathPoints
書式
pathItemObject
.pathPoints
説明
PathItem(パス)のPathPointsオブジェクトを示します。
var pItem=app.activeDocument.pathItems[0]; alert(pItem.pathPoints);
目次に戻る