How can I discover my end users’ system performance settings (visual effects, etc.)? I want to make my WPF application compatible with those settings.
Is there any standard routine to do this or do I just have to read sysinfo?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can check the Rendering tier value of the graphic card using the Tier property in the RenderCapability class which is static.
For information on Rendering tiers you can check this
The values would correspond to the amount of hardware acceleration the card could provide.
If you check the link, you can find that the first 16 bit is the required one and you have to bitshift by 16.