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