We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dc.DrawImage(imgsrc, new Rect(0, 0, imgsrc.PixelWidth / (dpiX / 96.0), imgsrc.Height / (dpiY / 90.0)));
Do you think 96.0 and 96.0 for each axis would provide the proper scaling?
The text was updated successfully, but these errors were encountered:
LOL, why bother reporting this, no issues have been closed in 4 years.
Sorry, something went wrong.
I also found this issue and resolved it locally in my own version. I created a PR to allow them to easily add this fix if they decide to allow it.
No branches or pull requests
dc.DrawImage(imgsrc, new Rect(0, 0, imgsrc.PixelWidth / (dpiX / 96.0), imgsrc.Height / (dpiY / 90.0)));
Do you think 96.0 and 96.0 for each axis would provide the proper scaling?
The text was updated successfully, but these errors were encountered: