Gets a particular line from the collection.
public Line GetItem(System.Drawing.Point location);
Public Function GetItem(ByVal location As System.Drawing.Point) As Line
public Line GetItem(int textPosition);
Public Function GetItem(ByVal textPosition As Integer) As Line
Parameter | Description |
---|---|
location | Specifies the line's location. The point must be specified in pixels with an origin at the top left corner of the control. |
text |
Specifies a zero-based text position. |
The return value is null, if a line could not be found. Otherwise, it is an object of the type Line.