Intersoft ClientUI Documentation
ResizeTo Method (IFluidResizing)



The target width.
The target height.
Resizes to the specified width and height.
Syntax
Sub ResizeTo( _
   ByVal width As Double, _
   ByVal height As Double _
) 
Dim instance As IFluidResizing
Dim width As Double
Dim height As Double
 
instance.ResizeTo(width, height)
void ResizeTo( 
   double width,
   double height
)
void ResizeTo( 
   double width,
   double height
) 

Parameters

width
The target width.
height
The target height.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IFluidResizing Interface
IFluidResizing Members

Send Feedback