Moves this object to the specified location (in the coordinate space of the root object of the display).
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void MoveToRootSpace(
Point location,
HorizontalAlignment horizontalAlignment,
VerticalAlignment verticalAlignment
) |
Visual Basic |
---|
Public Sub MoveToRootSpace ( _
location As Point, _
horizontalAlignment As HorizontalAlignment, _
verticalAlignment As VerticalAlignment _
) |
JScript |
---|
public function MoveToRootSpace(
location : Point,
horizontalAlignment : HorizontalAlignment,
verticalAlignment : VerticalAlignment
) |
Parameters
- location
- Type: System.Windows..::..Point
The coordinates of the new location for this object.
- horizontalAlignment
- Type: System.Windows..::..HorizontalAlignment
Specifies the horizontal point relative to this object's bounding rectangle that is moved to the specified location.
- verticalAlignment
- Type: System.Windows..::..VerticalAlignment
Specifies the vertical point relative to this object's bounding rectangle that is moved to the specified location.
See Also