Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HO-COOH/FastCopy
/ ScaleForDpi
Function
ScaleForDpi
FastCopy/WindowHelper.cpp:7–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
#include
"Global.h"
6
7
LONG ScaleForDpi(UINT value, UINT dpi)
8
{
9
return static_cast<LONG>(value * (dpi / 96.0));
10
}
11
12
HWND GetHwnd(winrt::Microsoft::UI::Xaml::Window& window)
13
{
Callers
3
MoveAndResizeWindow
Function · 0.85
CenterWindow
Function · 0.85
ResizeWindow
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected