ElectronScreen.dipToScreenPoint method
ElectronScreen › dipToScreenPoint
Unofficial
Converts a screen DIP point to a screen physical point. The DPI scale is performed relative to the display containing the DIP point.Signature:
dipToScreenPoint(point: ElectronPoint): ElectronPointParameters:
| Parameter | Type | Description |
|---|---|---|
| point | ElectronPoint | The screen DIP point to convert. |
Returns: ElectronPoint — The corresponding screen physical point.
Platform: win32.