Intersoft ClientUI Documentation
ResizeTo Method
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > IFluidResizing Interface : ResizeTo Method






width
The target width.
height
The target height.
Resizes to the specified width and height.

Syntax

Visual Basic (Declaration) 
Sub ResizeTo( _
   ByVal width As Double, _
   ByVal height As Double _
) 
Visual Basic (Usage)Copy Code
Dim instance As IFluidResizing
Dim width As Double
Dim height As Double
 
instance.ResizeTo(width, height)
C# 
void ResizeTo( 
   double width,
   double height
)
Delphi 
procedure ResizeTo( 
    width: Double;
    height: Double
); 
JScript 
function ResizeTo( 
   width : double,
   height : double
);
Managed Extensions for C++ 
void ResizeTo( 
   double width,
   double height
) 
C++/CLI 
void ResizeTo( 
   double width,
   double height
) 

Parameters

width
The target width.
height
The target height.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.