[Enhancement] Improve the rasterization scale / content scale factor #22926
Unanswered
mattleibow
asked this question in
Ideas
Replies: 2 comments
-
And, what about Android? Can the scale change? Maybe with accessibility things? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is probably a Window feature, so if a dev can find the hosting window, then we should have some IWindow.Density property. Right now we only have the DisplayInfo.MainDisplayInfo.Density which assumes 1 monitor... which is already invalid as I not only have 2 mpnitors, I have different densities on each. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Right now, the ImageHandler on Windows and iOS each need to track the scale of the view - depending on which window/screen it is on. I have added some things in those handlers, but probably should be more generic.
Beta Was this translation helpful? Give feedback.
All reactions