Measure a block of text broken into lines using end-of-line markers - return the length.

 

   

Syntax
 

[C#]
double MeasureText(string text)

 

   

Params
 
Name Description
text The text to be measured.
return The length of the longest line in the text.

 

   

Notes
 
Measure a block of text broken into lines using end-of-line markers - return the length.

 

   

Example
 
None.