Resize Method (original) (raw)
Summary
Resizes this container to the speccified size using the specified options.
Syntax
C#
Objective-C
C++/CLI
Java
Python
- (void)resize:(LeadSizeD)newSize flags:(LTAnnResizeContainerFlags)flags mode:(LTAnnResizeMode)mode;
public void resize(LeadSizeD newSize, int annResizeContainerFlags, AnnResizeMode mode)
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 the newSize and the value of mode.
Leadtools.Annotations.Engine Assembly