Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
537
void ViewComponent::SetBounds(RECT bounds)
538
{
539
m_webViewBounds = bounds;
540
ResizeWebView();
541
}
542
543
RECT ViewComponent::GetBounds()
544
{
Callers
1
ResizeEverything
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected