Skip to content

ElectronScreen.getDisplayNearestPoint method

ElectronScreen › getDisplayNearestPoint

Unofficial

Returns the display nearest the specified point.

Signature:

getDisplayNearestPoint(point: ElectronPoint): ElectronDisplay

Parameters:

Parameter Type Description
point ElectronPoint The point to find the nearest display for.

Returns: ElectronDisplayThe display nearest the specified point.