In a previous post, I included a sample project to demonstrate how to make non-rectangular windows in WPF with Interop. You may or may not have noticed something like this in the code: ScaleUI.UpScaleX( someValue ), or ScaleUI.UpScaleY( someValue ). Admittedly, I stated in the comments to not worry about it, but in [...]