etc/프로그래밍
C# 화면의 해상도를 가져 오는 코드
칸타렌서
2021. 1. 26. 15:30
728x90
반응형
C# 화면의 해상도를 가져 오는 코드
int a = Screen.PrimaryScreen.Bounds.Width;
int b = Screen.PrimaryScreen.Bounds.Height;
728x90
반응형