Moves this object by the specified offset.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void MoveBy(
	Vector offset,
	Transform parentTransform
)
Visual Basic
Public Sub MoveBy ( _
	offset As Vector, _
	parentTransform As Transform _
)
JScript
public function MoveBy(
	offset : Vector, 
	parentTransform : Transform
)

Parameters

offset
Type: System.Windows..::..Vector
Offset to move by. Units of the offset are assumed to be relative to the parentTransform parameter.
parentTransform
Type: System.Windows.Media..::..Transform
Transform (usually from this object's parent object to the root coordinate space).

See Also