示例#1
0
 public static void SetFullScreen(IntPtr hwnd)
 {
     InteropWindow.SetFullScreen(hwnd, 0, 0, InteropWindow.ScreenWidth, InteropWindow.ScreenHeight);
 }