Moves this object to the specified location.
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void MoveTo(
Point location,
HorizontalAlignment horizontalAlignment,
VerticalAlignment verticalAlignment,
Transform parentTransform
) |
Visual Basic |
---|
Public Sub MoveTo ( _
location As Point, _
horizontalAlignment As HorizontalAlignment, _
verticalAlignment As VerticalAlignment, _
parentTransform As Transform _
) |
JScript |
---|
public function MoveTo(
location : Point,
horizontalAlignment : HorizontalAlignment,
verticalAlignment : VerticalAlignment,
parentTransform : Transform
) |
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.
- parentTransform
- Type: System.Windows.Media..::..Transform
Transform (usually from this object's parent object to the root coordinate space).
See Also