Moves the DiagramElement by the specified amounts. Diagram elements which are not independently positioned will ignore this call.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public void MoveBy(
	double horizontalChange,
	double verticalChange
)
Visual Basic (Declaration)
Public Sub MoveBy ( _
	horizontalChange As Double, _
	verticalChange As Double _
)

Parameters

horizontalChange
Type: System..::.Double
The amount to move horizontally.
verticalChange
Type: System..::.Double
The amount to move vertically.

See Also