[]
        
(Showing Draft Content)

C1.C1Preview.RenderTextFragmentBase.GetCharPoints

GetCharPoints Method

GetCharPoints(int)

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

Declaration
public PointD[] GetCharPoints(int charIndex)
Parameters
Type Name Description
int charIndex

The index of the character in the current fragment.

Returns
Type Description
PointD[]

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(int) method, this method works for rotated text as well.

See Also