Created
May 18, 2020 11:42
-
-
Save kusa-mochi/1df781ee42b622ed40073a47d4b906e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // これでは正確に取得できない場合がある。 | |
| double ScreenHeight = SystemParameters.PrimaryScreenHeight; | |
| double ScreenWidth = SystemParameters.PrimaryScreenWidth; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment