MCPcopy 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
3026double AppWindow::GetDpiScale()
3027{
3028 return DpiUtil::GetDpiForWindow(m_mainWindow) * 1.0f / USER_DEFAULT_SCREEN_DPI;
3029}
3030
3031double AppWindow::GetTextScale()
3032{

Callers 3

SetRasterizationScaleMethod · 0.80
ResizeMethod · 0.80
UpdateFontMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected