ElectronScreen.getDisplayNearestPoint method
ElectronScreen › getDisplayNearestPoint
Unofficial
Returns the display nearest the specified point.Signature:
getDisplayNearestPoint(point: ElectronPoint): ElectronDisplayParameters:
| Parameter | Type | Description |
|---|---|---|
| point | ElectronPoint | The point to find the nearest display for. |
Returns: ElectronDisplay — The display nearest the specified point.