Gets an array of four points defining the (possibly rotated) geometric area of the character with the specified index.

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

Syntax

C#
public PointD[] GetCharPoints(
	int charIndex
)
Visual Basic
Public Function GetCharPoints ( _
	charIndex As Integer _
) As PointD()

Parameters

charIndex
Type: System..::..Int32
The index of the character in the current fragment.

Return Value

An array of four RectangleD structures representing the corners of the specified character's area, relative to the content area of the object (without spacing, borders, padding).

Remarks

Unlike the GetCharRect(Int32) method, this method works for rotated text as well.

See Also