コード例 #1
0
ファイル: Bidi.cs プロジェクト: ranganathsb/JavaSharp
 /// <summary>
 /// Return the index of the character past the end of the nth logical run in this line, as
 /// an offset from the start of the line.  For example, this will return the length
 /// of the line for the last run on the line. </summary>
 /// <param name="run"> the index of the run, between 0 and <code>getRunCount()</code> </param>
 /// <returns> limit the limit of the run </returns>
 public int GetRunLimit(int run)
 {
     return(BidiBase.getRunLimit(run));
 }