Gets a bounding Region for a range of characters. The region is relative to the top left corner of the fragment's inner area.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Region GetCharRangeRegion(
	int startCharIndex,
	int length
)
Visual Basic
Public Function GetCharRangeRegion ( _
	startCharIndex As Integer, _
	length As Integer _
) As Region

Parameters

startCharIndex
Type: System..::..Int32
The index of the first character in the range in the current fragment.
length
Type: System..::..Int32
The number of characters in the range.

Return Value

The bounding region for the specified range, or null if the range is invalid.

See Also