-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
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
Screen scaling / zoom / dpi calculations for proper rendering #59
Comments
I have solved this problem. You can refer to my practice |
This probably means that Renderer should also consider those factors. And I need also to ensure that doesn't brake anything else. |
Hey, I tried to add this on v3.2 but the fix that you suggest didn't work for me. I didn't have time to do more research on this. I will have a look at the next update |
@huangli321456 I'm closing this as I cannot reproduce it anymore. Please re-open if you still have issues. |
wpf:Layout exception in Viewbox
<Window ...... Height="450" Width="800"> <Viewbox> <Grid Height="450" Width="800"> <fl:VideoView x:Name="flview"> <Grid> <Image Source="NoneCCTV.png"/> </Grid> </fl:VideoView> </Grid> </Viewbox> </Window>
The text was updated successfully, but these errors were encountered: