Implements the MoveBy(Double, Double) method.

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

Syntax

C#
protected override void OnMoveBy(
	double horizontalChange,
	double verticalChange
)
Visual Basic (Declaration)
Protected Overrides Sub OnMoveBy ( _
	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