←Select platform

Resize Method

Summary

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

Syntax
C#
VB
C++
Java
Public Overridable Sub Resize( _ 
   ByVal newSize As LeadSizeD, _ 
   ByVal flags As AnnResizeContainerFlags, _ 
   ByVal mode As AnnResizeMode _ 
)  
public void resize(LeadSizeD newSize, int annResizeContainerFlags, AnnResizeMode mode) 
public:  
   virtual void Resize( 
      LeadSizeD^ newSize, 
      AnnResizeContainerFlags^ flags, 
      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.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly