DisplayGetTextWidth Method  | 
 
            Gets the width of a single character in pixels.
            
 
    Namespace: 
   ProScript
    Assembly:
   proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntaxpublic int GetTextWidth()
Public Function GetTextWidth As Integer
public:
int GetTextWidth()
member GetTextWidth : unit -> int 
Return Value
Type: 
Int32The width of a single character in pixels.
See Also