window class : Width getter

Description

Returns the width of the window.

Syntax

instance.Width

Arguments

None.

Return value

ClassDescription
realThe width of the window.

Sample code

1:

window w = new window();

2:

real width = w.Width;

Notes

The return value is the device independent pixel.

Links for reference

None.

Copyright © Cooker All rights reserved.