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