Exemple #1
0
 /// <summary>
 /// Measures the display height of the specified string.
 /// </summary>
 /// <param name="text"></param>
 /// <returns></returns>
 public int StringDisplayHeight(string text)
 {
     return(impl.StringDisplayHeight(text));
 }