window class : Width(real) setter

Description

Sets the width of the window.

Syntax

instance.Width = value;

Assigned value

ClassDescription
realThe width of the window.

Return value

None.

Sample code

1:

window w = new window();

2:

w.Width = 1000.0;

Notes

Please specify in device-independent pixel (DIP).

Links for reference

None.

Copyright © Cooker All rights reserved.