MCPcopy 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
7LONG ScaleForDpi(UINT value, UINT dpi)
8{
9 return static_cast<LONG>(value * (dpi / 96.0));
10}
11
12HWND GetHwnd(winrt::Microsoft::UI::Xaml::Window& window)
13{

Callers 3

MoveAndResizeWindowFunction · 0.85
CenterWindowFunction · 0.85
ResizeWindowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected