'宣言 Public Function GetCharRect( _ ByVal charIndex As System.Integer _ ) As RectangleD
public RectangleD GetCharRect( System.int charIndex )
パラメータ
- charIndex
- このテキストのフラグメントの最初の文字のインデックス。
戻り値の型
文字の境界を記述する RectangleD 構造体をオブジェクトのコンテンツ領域に対する相対位置で返します(間隔、境界線、パディングを含まない)。テキストが回転されている場合は、RectangleD.Empty になる可能性があります。この場合は、GetCharPoints メソッドを使用します。