window.SetRegion(
Region.CreateRectangle(window.GetBounds())
- Region(rectangle.GetBounds());
Can also be used to clip the outside of the window to a custom shape. #WinUI
window.SetRegion(
Region.CreateRectangle(window.GetBounds())
- Region(rectangle.GetBounds());
Can also be used to clip the outside of the window to a custom shape. #WinUI
There's also an InkCanvas to shut up @thejoefin.com :)
There's also an InkCanvas to shut up @thejoefin.com :)
I want to see if I'm hitting the same issue, and whether there are a workaround I can do, since I'm having a Visual Studio problem that sounds like it's caused by this
I want to see if I'm hitting the same issue, and whether there are a workaround I can do, since I'm having a Visual Studio problem that sounds like it's caused by this