Resize(Int32,Int32) Method
Resizes the window to the specified dimensions by width and height values.

C# Syntax

void Resize( 
   int width,
   int height
)

Parameters

width
Width value (in pixels).
height
Height value (in pixels).