'Declaration Public Function GetCharRangeRegion( _ ByVal startCharIndex As Integer, _ ByVal length As Integer _ ) As Region
public Region GetCharRangeRegion( int startCharIndex, int length )
Parameters
- startCharIndex
- The index of the first character in the range in the current fragment.
- length
- The number of characters in the range.
Return Value
The bounding region for the specified range, or null if the range is invalid.