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.

Returns

Rectangle that bounds paragraph aspose.pydrawing.RectangleF

def get_rect(self):
    ...

See Also