window class : Width(int) setter

Description

Sets the width of the window.

Syntax

instance.Width = value;

Assigned value

ClassDescription
intThe width of the window.

Return value

None.

Sample code

1:

window w = new window();

2:

w.Width = 1000;

Notes

Please specify in device-independent pixel (DIP).

Links for reference

None.

Copyright © Cooker All rights reserved.