Version

MoveSelectionTo Method (IXamDiagramReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Move the selected diagram items to the identified location.", Documentation="Move the selected diagram items to the location ([%a1], [%a2]).")>
Sub MoveSelectionTo( _
   ByVal dXLocation As System.Double, _
   ByVal dYLocation As System.Double _
) 
[TypeInfoMethod(Description="Move the selected diagram items to the identified location.", Documentation="Move the selected diagram items to the location ([%a1], [%a2]).")]
void MoveSelectionTo( 
   System.double dXLocation,
   System.double dYLocation
)
[TypeInfoMethod(Description="Move the selected diagram items to the identified location.", Documentation="Move the selected diagram items to the location ([%a1], [%a2]).")]
void MoveSelectionTo( 
   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