lastItem()
書式
inkObject =
inksObject
.lastItem()
説明
lastItem()は最後のinkオブジェクトを返します。指定できるパラメーターはありません。
var i=app.inks; alert(i.lastItem().name);
目次に戻る