get_rect method

get_rect

Get coordinates of rect that bounds paragraph. The rect includes all the lines of text in paragraph, including empty ones.

def get_rect(self):
    ...

See Also