Gets a particular paragraph from the collection.

GetItem(System.Drawing.Point)

public Paragraph GetItem(System.Drawing.Point location);
Public Function GetItem(ByVal location As System.Drawing.Point) As Paragraph

GetItem(Int)

public Paragraph GetItem(int textPosition);
Public Function GetItem(ByVal textPosition As Integer) As Paragraph

Parameters

Parameter Description
location Specifies the paragraph's location. The point must be specified in pixels with an origin at the top left corner of the control.
textPosition Specifies a zero-based text position.

Return Value

The return value is null, if a paragraph could not be found. Otherwise, it is an object of the type Paragraph.