Add ScreenDpi API in Window class
[platform/core/csapi/tizenfx.git] / src / ElmSharp / Interop / Interop.Elementary.Win.cs
index bc7c0b9..aadc2de 100644 (file)
@@ -115,5 +115,8 @@ internal static partial class Interop
             rotations = null;
             return false;
         }
+
+        [DllImport(Libraries.Elementary)]
+        internal static extern void elm_win_screen_dpi_get(IntPtr obj, out int xdpi, out int ydpi);
     }
 }