Version

CopySelectionTo Method (XamDiagramProxy)

Copy the selected diagram items to the supplied location
Syntax
'Declaration
 
Public Sub CopySelectionTo( _
   ByVal dXLocation As System.Double, _
   ByVal dYLocation As System.Double _
) 
public void CopySelectionTo( 
   System.double dXLocation,
   System.double dYLocation
)
public: void CopySelectionTo( 
   System.double dXLocation,
   System.double dYLocation
) 

Parameters

dXLocation
Double value representing the x-location to copy the selected items
dYLocation
Double value representing the y-location to copy 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