Exemplo n.º 1
0
 /// <summary>
 /// Gets the size of the text, taking <see cref="Constraint"/> into account.
 /// </summary>
 /// <returns>The bounds box of the text.</returns>
 public Size Measure()
 {
     CheckDisposed();
     return(PlatformImpl.Measure());
 }
Exemplo n.º 2
0
 /// <summary>
 /// Gets the size of the text, taking <see cref="Constraint"/> into account.
 /// </summary>
 /// <returns>The bounds box of the text.</returns>
 public Size Measure()
 {
     return(PlatformImpl.Measure());
 }