Skarn

Results 6 comments of Skarn

You could compare positions. You could do canvas image copy and drawImage with a painting mode that highlights the overlapping areas. If the scales etc. are the same on both...

I have linked a screen video to demonstrate. In the video the red box is the webview2 and the clock is a normal image control. You can see that when...

I am hoping this can be realised as possible via native implementation as I have succeeded using a workaround using CapturePreviewAsync running continuously but I imagine this is a slow...

No, I took snapshots of the webview2 control content (which preserved transparency) and then used that as an image control source under the webview2. This made the image control the...

Thanks for investigating! - the feedback / issue is that the usual behaviour of WPF/browser controls in this scenario is expected to pass the hit test / click through the...

I think if you open a second window and set as transparent with controls in it, they will be over the top and also interactable? ![controls on top](https://user-images.githubusercontent.com/23732634/109651361-8a52a800-7bb2-11eb-8e0b-824385e5d38b.png) In the...