Table of Contents

Efl.Screen.screen_dpi

Values

  • xdpi - Horizontal DPI.
  • ydpi - Vertical DPI.


Signature

@property screen_dpi @pure_virtual {
    get {}
    values {
        xdpi: int;
        ydpi: int;
    }
}

C signature

void efl_screen_dpi_get(const Eo *obj, int *xdpi, int *ydpi);

Implemented by