Moves this object by the specified offset (in the coordinate space of the root object of the display).

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

Syntax

C#
public void MoveByRootSpace(
	Vector offset
)
Visual Basic
Public Sub MoveByRootSpace ( _
	offset As Vector _
)
JScript
public function MoveByRootSpace(
	offset : Vector
)

Parameters

offset
Type: System.Windows..::..Vector
Offset to move by.

See Also