Esempio n. 1
0
 /// <summary>
 /// measures the text
 /// if Width is other than -1, it measures the height according to Width
 /// Height is ignored
 /// </summary>
 /// <returns>
 /// The size.
 /// </returns>
 public Size GetSize()
 {
     return(handler.GetSize(Backend));
 }