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