Skip to content

Instantly share code, notes, and snippets.

@kusa-mochi
Created May 18, 2020 11:42
Show Gist options
  • Save kusa-mochi/1df781ee42b622ed40073a47d4b906e4 to your computer and use it in GitHub Desktop.
Save kusa-mochi/1df781ee42b622ed40073a47d4b906e4 to your computer and use it in GitHub Desktop.
// これでは正確に取得できない場合がある。
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