CapabilitiesGetDisplayWidth Method  | 
 
            Gets the width 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 GetDisplayWidth()
Public Function GetDisplayWidth As Integer
public:
int GetDisplayWidth()
member GetDisplayWidth : unit -> int 
Return Value
Type: 
Int32The width of the display in pixels.
See Also