Feedback

C# - Bildschirmauflösung ermitteln

Veröffentlicht von am 7/8/2006
(3 Bewertungen)
Ermittelt die aktuelle Bildschirmauflösung
int Width = System.Windows.Forms.Screen.PrimaryScreen.Bounds.Width;
int Height = System.Windows.Forms.Screen.PrimaryScreen.Bounds.Height;
Abgelegt unter Auflösung, height, with, Monitor.

Kommentare zum Snippet

 

Logge dich ein, um hier zu kommentieren!