[]
Gets the geometric coordinates (relative to the top left corner of the page) of this ITextRunFragment object.
public static PointF[] GetPoints(this ITextRunFragment runFragment)
Public Shared Function GetPoints(runFragment As ITextRunFragment) As PointF()
Type | Name | Description |
---|---|---|
ITextRunFragment | runFragment | The current ITextRunFragment object. |
Type | Description |
---|---|
PointF[] | The array of points specifying the coordinates of this run fragment on the page. |