Version

ResizeNode Method (XamDiagramProxy)

Resize the selected DiagramNode
Syntax
'Declaration
 
Public Sub ResizeNode( _
   ByVal dXLeft As System.Double, _
   ByVal dYTop As System.Double, _
   ByVal dWidth As System.Double, _
   ByVal dHeight As System.Double _
) 
public void ResizeNode( 
   System.double dXLeft,
   System.double dYTop,
   System.double dWidth,
   System.double dHeight
)
public: void ResizeNode( 
   System.double dXLeft,
   System.double dYTop,
   System.double dWidth,
   System.double dHeight
) 

Parameters

dXLeft
a double value representing the left position
dYTop
a double value representing the top position
dWidth
a double value representing a width value
dHeight
a double value representing a height value
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