{{DISPLAYTITLE:_DESKTOPHEIGHT}}
The [[_DESKTOPHEIGHT]] function returns the height of the users current desktop.


{{PageSyntax}}
: {{Parameter|y&amp;}} = [[_DESKTOPHEIGHT]]


{{PageDescription}}
* No parameters are needed for this function.
* This returns the height of the user's desktop, not the size of any screen or window which might be open on that desktop.


{{PageAvailability}}
* Version 1.000 and up.


{{PageExamples}}
{{CodeStart}}

 s&amp; = {{Cl|_NEWIMAGE}}(800, 600, 256)
 SCREEN s&amp;
 PRINT _DESKTOPWIDTH, _DESKTOPHEIGHT
 PRINT _WIDTH, _HEIGHT

{{CodeEnd}}

: ''Explanation:'' This will print the size of the user desktop (for example ''1920, 1080'' for a standard hdmi monitor), and then the size of the current [[SCREEN|screen]] (800, 600).


{{PageSeeAlso}}
* [[_HEIGHT]], [[_DESKTOPWIDTH]]
* [[_WIDTH]], [[_SCREENIMAGE]]



{{PageNavigation}}
