Gets an array of four points defining the (possibly rotated) geometric area of the character with the specified index.
'Declaration
Public Function GetCharPoints( _
ByVal As System.Integer _
) As PointD()
public PointD[] GetCharPoints(
System.int
)
Parameters
- charIndex
- 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).