update_size method

update_size

Updates size of an image after changes, that may affect initial size, e.g. removing of entities. MinPoint, MaxPoint, Width and Height properties of image are updated.

def update_size(self, include_beyond_size):
    ...
ParameterTypeDescription
include_beyond_sizeboolDetermines whether entities that lie outside the boundaries of the image size
should affect the new image size.

See Also