Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / ITextRunFragmentExt Class / GetPoints Method
The current ITextRunFragment object.

In This Topic
    GetPoints Method (ITextRunFragmentExt)
    In This Topic
    Gets the geometric coordinates (relative to the top left corner of the page) of this ITextRunFragment object.
    Syntax
    'Declaration
     
    Public Shared Function GetPoints( _
       ByVal runFragment As ITextRunFragment _
    ) As System.Drawing.PointF()
    public static System.Drawing.PointF[] GetPoints( 
       ITextRunFragment runFragment
    )

    Parameters

    runFragment
    The current ITextRunFragment object.

    Return Value

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