C#
VB
Java
WinRT C#
C++
Resizes this container to the speccified size using the specified options.
public virtual void Resize(
LeadSizeD newSize,
AnnResizeContainerFlags flags,
AnnResizeMode mode
)
Public Overridable Sub Resize( _
ByVal newSize As Leadtools.LeadSizeD, _
ByVal flags As Leadtools.Annotations.Core.AnnResizeContainerFlags, _
ByVal mode As Leadtools.Annotations.Core.AnnResizeMode _
)
public virtual void Resize(
Leadtools.LeadSizeD newSize,
Leadtools.Annotations.Core.AnnResizeContainerFlags flags,
Leadtools.Annotations.Core.AnnResizeMode mode
)
function Leadtools.Annotations.Core.AnnContainer.Resize(
newSize ,
flags ,
mode
)
public:
virtual void Resize(
LeadSizeD^ newSize,
AnnResizeContainerFlags^ flags,
AnnResizeMode^ mode
)
newSize
New size of the container.
flags
One or more resize options.
mode
Resize mode
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET