Returns the array of rectangles of range of characters. If TextAngle is not 0, 90, 180 or 270 degrees then returns array with zero size.

Namespace:  C1.C1PrintDocument.Util
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
public Rectangle[] GetCharsLuRects(
	int startCharIndex,
	int length
)
Visual Basic (Declaration)
Public Function GetCharsLuRects ( _
	startCharIndex As Integer, _
	length As Integer _
) As Rectangle()

Parameters

startCharIndex
Type: System..::.Int32
Index of first character.
length
Type: System..::.Int32
Count of characters.

Return Value

See Also