Version

MoveConnectionEnd Method (IXamDiagramReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Move the selected connection end point", Documentation="Move the selected connection to the location ([%a1], [%a2]).")>
Sub MoveConnectionEnd( _
   ByVal oeStartFin As System.Object, _
   ByVal dXOffset As System.Double, _
   ByVal dYOffset As System.Double _
) 
[TypeInfoMethod(Description="Move the selected connection end point", Documentation="Move the selected connection to the location ([%a1], [%a2]).")]
void MoveConnectionEnd( 
   System.object oeStartFin,
   System.double dXOffset,
   System.double dYOffset
)
[TypeInfoMethod(Description="Move the selected connection end point", Documentation="Move the selected connection to the location ([%a1], [%a2]).")]
void MoveConnectionEnd( 
   System.Object* oeStartFin,
   System.double dXOffset,
   System.double dYOffset
) 

Parameters

oeStartFin
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