I'm using WPF on C#, I added a *.png
image and configure it as a splash screen.
This png file has resolution is 1100x800 pixels, The problem is my application will support many resolution of screens.
So this splash screen with this size will so large for small screen (as 1366x768 screens).
If I scale down size of splash screen, this make it too small for the large screens (as 1920x1080 screens).
So I want to change size of splash screen dynamically for each monitor screen.
Is there any way to do it?