Resize(Int32,Int32) Method
Resizes this window to the specified dimensions.

C# Syntax

void Resize( 
   int width,
   int height
)

Parameters

width
In pixels.
height
In pixels.