elementFromPointの読み方

elementFromPointの読み方

javascriptで利用されるメソッドの1つである「elementFromPoint」の読み方を掲載してます。

読み⽅

エレメント・フロム・ポイント」と読みます。

elementFromPointとは

javascriptで、座標を指定して要素を取得できます。

document.elementFromPoint(x座標, y座標);