Tagged Questions
1
vote
1answer
179 views
What is the best practice to resize game views-assets in WPF/silverlight?
I am working on simple game using WPF/C#, and I am wondering what is the best practice to resize the game (views, assets…) when user re-sizes the game window? Is it good practice to use the ViewBox ...