2using System.Runtime.CompilerServices;
3using System.Runtime.InteropServices;
12 public static int width { [MethodImpl(MethodImplOptions.InternalCall)]
get; }
17 public static int height { [MethodImpl(MethodImplOptions.InternalCall)]
get; }
static int width
The current width of the screen window in pixels
static int height
The current height of the screen window in pixels