'宣言 Public Function GetCharRangeRects( _ ByVal startCharIndex As System.Integer, _ ByVal length As System.Integer _ ) As RectangleD()
'使用法 Dim instance As RenderTextFragmentBase Dim startCharIndex As System.Integer Dim length As System.Integer Dim value() As RectangleD value = instance.GetCharRangeRects(startCharIndex, length)
public RectangleD[] GetCharRangeRects( System.int startCharIndex, System.int length )
パラメータ
- startCharIndex
- このテキストのフラグメントの最初の文字のインデックス。
- length
- 文字の数。
戻り値の型
Rectangle 構造体の配列。