Version

CopySelection Method (IXamDiagramReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Copy the selected diagram items the identified offset.", Documentation="Copy the selected diagram items [%a1] pixels left, [%a2] pixels down.")>
Sub CopySelection( _
   ByVal dXOffset As System.Double, _
   ByVal dYOffset As System.Double _
) 
[TypeInfoMethod(Description="Copy the selected diagram items the identified offset.", Documentation="Copy the selected diagram items [%a1] pixels left, [%a2] pixels down.")]
void CopySelection( 
   System.double dXOffset,
   System.double dYOffset
)
[TypeInfoMethod(Description="Copy the selected diagram items the identified offset.", Documentation="Copy the selected diagram items [%a1] pixels left, [%a2] pixels down.")]
void CopySelection( 
   System.double dXOffset,
   System.double dYOffset
) 

Parameters

dXOffset
dYOffset
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