SetWindowSize() public static method

public static SetWindowSize ( int width, int height ) : void
width int
height int
return void
コード例 #1
0
 public static void SetWindowSize(int width, int height)
 {
     ConsoleDriver.SetWindowSize(width, height);
 }