Version

fnResizeNode Method

Syntax
'Declaration
 
Protected Sub fnResizeNode( _
   ByVal dItemLeft As System.Double, _
   ByVal dItemTop As System.Double, _
   ByVal dWidth As System.Double, _
   ByVal dHeight As System.Double _
) 
protected void fnResizeNode( 
   System.double dItemLeft,
   System.double dItemTop,
   System.double dWidth,
   System.double dHeight
)
protected: void fnResizeNode( 
   System.double dItemLeft,
   System.double dItemTop,
   System.double dWidth,
   System.double dHeight
) 

Parameters

dItemLeft
dItemTop
dWidth
dHeight
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