[]
Gets the array of points defining a polygon with coordinates of a TextLineFragment on the page.
PointF[] GetPoints(TextLineFragment tlf)
Function GetPoints(tlf As TextLineFragment) As PointF()
Type | Name | Description |
---|---|---|
TextLineFragment | tlf | The TextLineFragment. |
Type | Description |
---|---|
PointF[] | An array of points defining the polygon of the fragment on a page. |