GetPoints Method
GetPoints()
Returns the list of point arrays that specify the bounds
of text fragments in this paragraph
(relative to the top left corner of the page).
Declaration
IList<PointF[]> GetPoints()
Function GetPoints() As IList(Of PointF())
Returns
Type |
Description |
IList<PointF[]> |
The list of point arrays that specify the bounds.
|