[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TextMap.ITextRunFragmentExt.GetPoints

GetPoints Method

GetPoints(ITextRunFragment)

Gets the geometric coordinates (relative to the top left corner of the page) of this ITextRunFragment object.

Declaration
public static PointF[] GetPoints(this ITextRunFragment runFragment)
Public Shared Function GetPoints(runFragment As ITextRunFragment) As PointF()
Parameters
Type Name Description
ITextRunFragment runFragment

The current ITextRunFragment object.

Returns
Type Description
PointF[]

The array of points specifying the coordinates of this run fragment on the page.