Size Method (IMoveable)

Class

IMoveable.

Action

Resizes the window.

Syntax

C#
iMoveable.Size(width, height)
VB
iMoveable.Size(width, height)
Variable Description
width The new width of the window, in pixels. Integer.
height The new height of the window, in pixels. Integer.