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

Method PositionDragRegion

TranslucentTB/uwp/basexamlpagehost.cpp:189–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void BaseXamlPageHost::PositionDragRegion(wf::Rect position, wf::Rect buttonsRegion, UINT flags)
190{
191 if (const auto wndRect = rect())
192 {
193 m_DragRegion.Position(*wndRect, position, buttonsRegion, flags);
194 }
195}
196
197bool BaseXamlPageHost::PaintBackground(HDC dc, const RECT &target, winrt::Windows::UI::Color col)
198{

Callers

nothing calls this directly

Calls 1

PositionMethod · 0.80

Tested by

no test coverage detected