GetDpiForSystem function user32
Returns the system DPI.
To learn more, see learn.microsoft.com/windows/win32/api/winuser/nf-winuser-getdpiforsystem.
Implementation
@pragma('vm:prefer-inline')
int GetDpiForSystem() => _GetDpiForSystem();
Returns the system DPI.
To learn more, see learn.microsoft.com/windows/win32/api/winuser/nf-winuser-getdpiforsystem.
@pragma('vm:prefer-inline')
int GetDpiForSystem() => _GetDpiForSystem();