Version

CopySelectionTo Method (IXamDiagramReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Copy the selected diagram items to the identified location.", Documentation="Copy the selected diagram items to the location ([%a1], [%a2]).")>
Sub CopySelectionTo( _
   ByVal dXLocation As System.Double, _
   ByVal dYLocation As System.Double _
) 
[TypeInfoMethod(Description="Copy the selected diagram items to the identified location.", Documentation="Copy the selected diagram items to the location ([%a1], [%a2]).")]
void CopySelectionTo( 
   System.double dXLocation,
   System.double dYLocation
)
[TypeInfoMethod(Description="Copy the selected diagram items to the identified location.", Documentation="Copy the selected diagram items to the location ([%a1], [%a2]).")]
void CopySelectionTo( 
   System.double dXLocation,
   System.double dYLocation
) 

Parameters

dXLocation
dYLocation
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