TextView.getLineYrange

Gets the y coordinate of the top of the line containing iter, and the height of the line. The coordinate is a buffer coordinate; convert to window coordinates with TextView.bufferToWindowCoords.

class TextView
void
getLineYrange
(,
out int y
,
out int height
)

Parameters

iter TextIter
y int

return location for a y coordinate

height int

return location for a height