Version

MoveSelection Method (XamDiagramProxy)

Move the selected diagram items to the supplied location offset
Syntax
'Declaration
 
Public Sub MoveSelection( _
   ByVal dXOffset As System.Double, _
   ByVal dYOffset As System.Double _
) 
public void MoveSelection( 
   System.double dXOffset,
   System.double dYOffset
)
public: void MoveSelection( 
   System.double dXOffset,
   System.double dYOffset
) 

Parameters

dXOffset
Double value representing the x-offset to move the selected items
dYOffset
Double value representing the y-offset to move the selected items
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