CapabilitiesGetDisplayHeight Method  | 
 
            Gets the height of the display in pixels.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic int GetDisplayHeight()
Public Function GetDisplayHeight As Integer
public:
int GetDisplayHeight()
member GetDisplayHeight : unit -> int 
Return Value
Type: 
Int32The height of the display in pixels.
See Also