'宣言
Public Overloads Function GetRectFromCharacterIndex( _ ByVal charIndex As Integer, _ ByVal trailingEdge As Boolean _ ) As Rect
public Rect GetRectFromCharacterIndex( int charIndex, bool trailingEdge )
パラメータ
- charIndex
- 外接する四角形を取得する文字の 0 から始まる文字インデックス。
- trailingEdge
- 文字のトレーリングエッジを取得する場合は true。文字のリーディングエッジを取得する場合は false。
戻り値の型
指定した文字インデックスにある文字に外接する四角形。外接する四角形を決定できない場合は System.Windows.Rect.Empty。