Skip to main content

getDPI

Returns the screen resolution of the display device.

Syntax

RxCore.getDPI()

Parameters

  • None

Returns

  • DPI — object
    dpi = { 
x: <dpi value horisontal>,
y: <dpi value vertical>
};