[]
Provides extension methods for the ITextRunFragment interface.
public static class ITextRunFragmentExt
Gets a Quadrilateral representing the four vertices's bounding this ITextRunFragment object. The coordinates are relative to the top left corner of the page.
public static Quadrilateral GetBounds(this ITextRunFragment runFragment)
runFragment
ITextRunFragmentThe current ITextRunFragment object.
Quadrilateral representing the bounds of this text run fragment on the page.
Gets the geometric coordinates (relative to the top left corner of the page) of this ITextRunFragment object.
public static PointF[] GetPoints(this ITextRunFragment runFragment)
runFragment
ITextRunFragmentThe current ITextRunFragment object.
The array of points specifying the coordinates of this run fragment on the page.