Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MicrosoftEdge/WebView2Samples
/ GetDpiScale
Method
GetDpiScale
SampleApps/WebView2APISample/AppWindow.cpp:3026–3029 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3024
}
3025
3026
double AppWindow::GetDpiScale()
3027
{
3028
return DpiUtil::GetDpiForWindow(m_mainWindow) * 1.0f / USER_DEFAULT_SCREEN_DPI;
3029
}
3030
3031
double AppWindow::GetTextScale()
3032
{
Callers
3
SetRasterizationScale
Method · 0.80
Resize
Method · 0.80
UpdateFont
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected