Version

CopySelection Method (XamDiagramProxy)

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

Parameters

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