'宣言 Public Function GetCharRangeRegion( _ ByVal startCharIndex As System.Integer, _ ByVal length As System.Integer _ ) As System.Drawing.Region
public System.Drawing.Region GetCharRangeRegion( System.int startCharIndex, System.int length )
パラメータ
- startCharIndex
- このテキストのフラグメントの最初の文字のインデックス。
- length
- 文字の数。
戻り値の型
文字範囲の領域を定義する Region オブジェクト。文字範囲が無効な場合は null。