←Select platform

Resize Method

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) 
public:  
   virtual void Resize( 
      LeadSizeD^ newSize, 
      AnnResizeContainerFlags^ flags, 
      AnnResizeMode^ mode 
   ) 
def Resize(self,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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.