| GrapeCity.WPF.InputMan アセンブリ > GrapeCity.Windows.InputMan 名前空間 > GcTextBox クラス > GetRectFromCharacterIndex メソッド : GetRectFromCharacterIndex(Int32,Boolean) メソッド |
Public Overloads Function GetRectFromCharacterIndex( _ ByVal charIndex As Integer, _ ByVal trailingEdge As Boolean _ ) As Rect
public Rect GetRectFromCharacterIndex( int charIndex, bool trailingEdge )
| 例外 | 解説 |
|---|---|
| System.ArgumentOutOfRangeException | charIndex が負であるか、内容の長さを超えています。 |