deselect()
書式
PathItemObject
.deselect()
説明
パスの選択を解除します。指定できるパラメーターはありません。戻り値もありません。
app.activeDocument.pathItems[0].deselect();
目次に戻る