[]
Gets a Quadrilateral representing the four vertices's bounding this ITextRunFragment object. The coordinates are relative to the top left corner of the page.
public static Quadrilateral GetBounds(this ITextRunFragment runFragment)
Public Shared Function GetBounds(runFragment As ITextRunFragment) As Quadrilateral
Type | Name | Description |
---|---|---|
ITextRunFragment | runFragment | The current ITextRunFragment object. |
Type | Description |
---|---|
Quadrilateral | Quadrilateral representing the bounds of this text run fragment on the page. |