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