MCPcopy Create free account
hub / github.com/MicrosoftEdge/WebView2Samples / SetBounds

Method SetBounds

SampleApps/WebView2APISample/ViewComponent.cpp:537–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535}
536
537void ViewComponent::SetBounds(RECT bounds)
538{
539 m_webViewBounds = bounds;
540 ResizeWebView();
541}
542
543RECT ViewComponent::GetBounds()
544{

Callers 1

ResizeEverythingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected