Resize(Int32,Int32) Method
Resizes this window.

C# Syntax

void Resize( 
   int width,
   int height
)

Parameters

width
The new width in pixels.
height
The new height in pixels.