Skip to content
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

Expose Blazor components dpi #1832

Merged
merged 5 commits into from
Apr 2, 2024
Merged

Expose Blazor components dpi #1832

merged 5 commits into from
Apr 2, 2024

Conversation

beto-rodriguez
Copy link
Contributor

@beto-rodriguez beto-rodriguez commented Oct 14, 2021

Description of Change

It would be useful to expose the dpi field in the SKCanvasView and SKGLView components.

Bugs Fixed

fixes #1831

  • Related to issue #

API Changes

Added on SKCanvasView :

  • public double DPI => dpi;

Added on SKGLView :

  • public double DPI => dpi;

Behavioral Changes

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Rebased on top of main at time of PR
  • Changes adhere to coding standard
  • Updated documentation

@beto-rodriguez
Copy link
Contributor Author

The previous commit applies the rename @robloo

@quomat
Copy link

quomat commented Mar 13, 2022

Please merge into main finally :(

@beto-rodriguez
Copy link
Contributor Author

@dotnet-policy-service agree

@mattleibow mattleibow merged commit a290ccf into mono:main Apr 2, 2024
2 checks passed
@mattleibow
Copy link
Contributor

Thanks for staying with us :) I know it has been a long time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Expose Blazor components dpi field
4 participants