Skip to content

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): ElectronPoint

Parameters:

Parameter Type Description
point ElectronPoint The screen DIP point to convert.

Returns: ElectronPointThe corresponding screen physical point.

Platform: win32.