Exemplo n.º 1
0
 /// <summary>
 /// Gets the lines in the text.
 /// </summary>
 /// <returns>
 /// A collection of <see cref="FormattedTextLine"/> objects.
 /// </returns>
 public IEnumerable <FormattedTextLine> GetLines()
 {
     CheckDisposed();
     return(PlatformImpl.GetLines());
 }
Exemplo n.º 2
0
 /// <summary>
 /// Gets the lines in the text.
 /// </summary>
 /// <returns>
 /// A collection of <see cref="FormattedTextLine"/> objects.
 /// </returns>
 public IEnumerable <FormattedTextLine> GetLines()
 {
     return(PlatformImpl.GetLines());
 }