[]
Gets an array of four points defining the (possibly rotated) geometric area of the character with the specified index.
public PointD[] GetCharPoints(int charIndex)
Type | Name | Description |
---|---|---|
int | charIndex | The index of the character in the current fragment. |
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). |
Unlike the GetCharRect(int) method, this method works for rotated text as well.