resize Method

Summary

Resizes this container to the speccified size using the specified options.

Syntax

JavaScript Syntax
AnnContainer.prototype.resize = function(newSize, flags, mode) 
TypeScript Syntax
resize(newSize: LeadSizeD, flags: AnnResizeContainerFlags, mode: AnnResizeMode): void; 

Parameters

newSize

New size of the container.

flags

One or more resize options.

mode

Resize mode

Remarks

The flags parameter will determine whether the objects in the container will be resized as well.

The final size of the container depends on newSize and the value of mode.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly