Table of Contents

Method UpdateSize

Namespace
Aspose.CAD.FileFormats.Cad
Assembly
Aspose.CAD.dll

UpdateSize(bool)

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.

public void UpdateSize(bool includeBeyondSize = true)

Parameters

includeBeyondSize bool

Determines whether entities that lie outside the boundaries of the image size should affect the new image size.