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

Method GetBounds

SampleApps/WebView2APISample/ViewComponent.cpp:543–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541}
542
543RECT ViewComponent::GetBounds()
544{
545 return m_webViewBounds;
546}
547
548void ViewComponent::OffsetPointToWebView(LPPOINT point)
549{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected