get_rect method

get_rect

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

Returns

Rectangle that bounds portion aspose.pydrawing.RectangleF

def get_rect(self):
    ...

See Also