parent
書式
brushObject
.parent
説明
ブラシの親オブジェクトを示します。ブラシの親オブジェクトはドキュメントオブジェクトになります。
var obj=app.activeDocument.brushes[0].parent; alert(obj);
目次に戻る