示例#1
0
 public int GetCharacterIndexAbove(int index)
 {
     validate();
     return(textLayout.GetCharacterIndexAbove(index));
 }