CadImage.UpdateSize

CadImage.UpdateSize method

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)
ParameterTypeDescription
includeBeyondSizeBooleanDetermines whether entities that lie outside the boundaries of the image size should affect the new image size.

See Also