I have a custom draw method in a WinForms application that breaks when the user changes their screen scaling. They can do this by:
Right Click on Desktop > Click Personalise > Display > Select 125%.
How do I get access to the resolution scale so that I can recalculate the size of my controls for this increased screen scale?