MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / ScaleRect

Method ScaleRect

TranslucentTB/uwp/basexamlpagehost.cpp:20–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20wf::Rect BaseXamlPageHost::ScaleRect(wf::Rect rect, float scale)
21{
22 return {
23 rect.X * scale,
24 rect.Y * scale,
25 rect.Width * scale,
26 rect.Height * scale
27 };
28}
29
30HMONITOR BaseXamlPageHost::GetInitialMonitor(POINT &cursor, xaml_startup_position position)
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected