'宣言 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
- The index of the first character in the range in the current fragment.
- length
- The number of characters in the range.
戻り値の型
The bounding region for the specified range, or null if the range is invalid.