Version

ResizeNode Method (IXamDiagramReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Resize the selected node", Documentation="Set the area of the node to the specified Left([%a1]), Top([%a2]), Width([%a3]) and Height([%a4]) co-ordinates")>
Sub ResizeNode( _
   ByVal dXTop As System.Double, _
   ByVal dYTop As System.Double, _
   ByVal dWidth As System.Double, _
   ByVal dHeight As System.Double _
) 
[TypeInfoMethod(Description="Resize the selected node", Documentation="Set the area of the node to the specified Left([%a1]), Top([%a2]), Width([%a3]) and Height([%a4]) co-ordinates")]
void ResizeNode( 
   System.double dXTop,
   System.double dYTop,
   System.double dWidth,
   System.double dHeight
)
[TypeInfoMethod(Description="Resize the selected node", Documentation="Set the area of the node to the specified Left([%a1]), Top([%a2]), Width([%a3]) and Height([%a4]) co-ordinates")]
void ResizeNode( 
   System.double dXTop,
   System.double dYTop,
   System.double dWidth,
   System.double dHeight
) 

Parameters

dXTop
dYTop
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