window class : Height getter
Description
Returns the height of the window.
Syntax
instance.Height
Arguments
None.
Return value
Class | Description |
real | The 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.