window class : Height getter

Description

Returns the height of the window.

Syntax

instance.Height

Arguments

None.

Return value

ClassDescription
realThe height of the window.

Sample code

1:

window w = new window();

2:

real height = w.Height;

Notes

The return value is the device independent pixel.

Links for reference

None.

Copyright © Cooker All rights reserved.